acoustep / craft-easymde

EasyMDE field type for Markdown content in Craft CMS 3
MIT License
3 stars 1 forks source link

Content is not saved on new entries #2

Closed pascalw closed 4 years ago

pascalw commented 4 years ago

Hey @acoustep thanks for this plugin, it's exactly what I need. I did run into one issue where the content in the easymde editor is not saved when the entry in craft is not saved yet. If I first save an empty draft and then edit, it works.

Steps to reproduce

  1. Create a easymde field in Craft. Make it required.
  2. Create a new entry, fill in some markdown in the required field.
  3. Hit save.
  4. A validation error is triggered and the easymde field is empty.

I briefly looked into the code and am not sure why it wouldn't work when the entry is not yet persisted?

pascalw commented 4 years ago

Hm interestingly this happens on Firefox, but not on Chrome.

acoustep commented 4 years ago

Thanks @pascalw for the bug report - I’ll look into it!

acoustep commented 4 years ago

I have released a fix for this in 0.1.3 - can you try this and confirm if it's working for you @pascalw ?

pascalw commented 4 years ago

Yes that works thanks @acoustep :+1: