Open oising opened 9 years ago
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.
I see... thanks for the tip, Alex!
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.