Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

observable is not signalled when only changing formatting of content (bold, italic etc) #15

Open
oising opened this issue Jan 14, 2015 · 2 comments

Comments

@oising
Copy link

oising commented Jan 14, 2015

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.

@alexbclarke
Copy link

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.

@oising
Copy link
Author

oising commented Feb 24, 2015

I see... thanks for the tip, Alex!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants