Are you sure you want to navigate away from this page?
js1 - December 4, 2007 - 19:43
| Project: | TinyMCE |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Upgraded to tinymce-5.x-1.x-dev dated Nov 17 and to tinymce 2.1.2. Now, every time I click on submit or preview, I get the following pop up:
Confirm
Are you sure you want to navigate away from this page?
The changes you made will be lost if you navigate away from this page.
Press OK to continue, or Cancel to stay on the current page.
But, no data is actually lost. Everything seems to work except this popup message that doesn't seem to be relevant. Is this a bug, or do I have something misconfigured on this newer version? Thanks for any tips.

#1
same problem here using 5.x-1.9.
#2
Apparently this message is related to TinyMCE's Auto Save plugin:
-bash-2.05b$ find . | xargs grep 'navigate away'./tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js:autosave_unload_msg : 'The changes you made will be lost if you navigate away from this page.'
Turning off the Auto Save plugin in the "Buttons and Plugins" section of your TinyMCE profile should fixes this.
#3
I turned off the autosave plugin and still I keep getting the confirm dialog box every time. Is there something else I need to do?
#4