murdercode / Nova4-TinymceEditor

A TinyMCE Field for Laravel Nova 4
MIT License
15 stars 12 forks source link

Support for `whitecube/nova-flexible-content` #8

Closed mbardelmeijer closed 1 year ago

mbardelmeijer commented 1 year ago

Love the simplicity of the package and wish to use it on one of our projects.

We're running into an issue with https://github.com/whitecube/nova-flexible-content; when the content is reordered (i.e. rerendered), the tinyMCE field breaks. The content entered goes empty, and no content can be entered after. The toolbar does remain intact.

I've done some initial research but could not quickly find a solution.

murdercode commented 1 year ago

Hi, is probably caused by the dynamic creation of the field by the flexible package. I take it as a possible feature to be added in the future, but I don't have time to work on it at the moment. Thanks anyway ;)

murdercode commented 1 year ago

Tested and working with latest Flexible Content

Screenshot 2023-06-16 alle 17 19 01

skywalker666 commented 8 months ago

Hi there, since moving from flexible content to repeater fields in nova4, upon creating new models (it works for update) the second repeated element does not show the editor anymore (it's just a textarea). Should I open a new ticket and provide more information (it's pretty similar to this one)

murdercode commented 8 months ago

Hi there, since moving from flexible content to repeater fields in nova4, upon creating new models (it works for update) the second repeated element does not show the editor anymore (it's just a textarea). Should I open a new ticket and provide more information (it's pretty similar to this one)

Thank you, I honestly hadn't seen this field in the new updates yet. Yes, if you create a new ticket it is more convenient for everyone to see the problem and propose a fix (I'll see if I can do something in the next few days).