-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix: TinyMCE WYSIWYG Editor reports content changed even if it didn't (Confirmation Dialog only if dirty) #890
Comments
It actually does a dirty-check, but something isn't perfect with the tiny-mce wysiwyg integration, which reports dirty even if not manually changed. So I'm guessing that this is the real problem. Could you test / verify and then maybe change the issue to fix-dirty-checking on tiny-mce? |
Had a look at it - the angular-ui-tinymce directive always reports a dirty value: angular-ui/ui-tinymce#238. The issue has been closed, but it doesn't seem to work as expected. |
Let's wait & see what angular-ui says. We'll postpone this for a few days... |
Posted a new issue angular-ui/ui-tinymce#315 |
'ui-tinymce' has to be updated! I have not succeeded in overwriting this behavior from outside of 'ui-tinymce', so we'll have to wait for an answer. |
I'm not sure if this is still an issue, so I'll close for now. |
If a form is closed without saving, a confirmation dialog appears.
This drives one of my power users nuts. She asks whether it would be possible to track for changes, and that the dialog only appears if the data is dirty.
The text was updated successfully, but these errors were encountered: