You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I bind to a textarea with your wysiwyg binding and add some text, the save button becomes active as expected. If I then re-edit the content, highlight a word and make it bold (for example), this is not detected: the save button remains disabled.
The text was updated successfully, but these errors were encountered:
Just saw your comment because I was having similar issue. In my case changing text format to italics or underline was not triggering change event. Eventually, I resolved it by changing tinyMCE valid_elements values by adding "em" and "span" to the list. Hope this will help you as well.
If I bind to a textarea with your wysiwyg binding and add some text, the save button becomes active as expected. If I then re-edit the content, highlight a word and make it bold (for example), this is not detected: the save button remains disabled.
The text was updated successfully, but these errors were encountered: