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 you click 'Edit' on a page , make a change while in 'WYSIWYG' mode , click 'Close Editor', it closes without warning to save before leave.
If you click 'Edit' on a page , make a change while in 'HTML' mode , click 'Close Editor', it gives a warning to save before leave, 'Are you sure you want to close this document? It has not been saved.'
The text was updated successfully, but these errors were encountered:
When in 'HTML' mode, textarea[id='pageContent'] has an onchange event handler to make window.rezPageSaved = false;
But when in 'WYSIWYG' mode, setting window.rezPageSaved = false; when a change is made doesn't happen. Evenmore, nicEditor does not have a proper way to check for the change of the content.
ravihansa3000
changed the title
Resource Pages - checkSaved()
Resource Pages - Fails to prompt the user of unsaved changes in WYSIWYG mode
Mar 28, 2014
If you click 'Edit' on a page , make a change while in 'WYSIWYG' mode , click 'Close Editor', it closes without warning to save before leave.
If you click 'Edit' on a page , make a change while in 'HTML' mode , click 'Close Editor', it gives a warning to save before leave, 'Are you sure you want to close this document? It has not been saved.'
The text was updated successfully, but these errors were encountered: