Hello I am using 3.0.16 and it seems that every time that I add txt on product description page that when you hit save that a pop up screen says "confirm navigation" you have unsaved changes blah blah. and will not let you save until you either stay on the page or leave the page? After the screen shows for the second time you hit save it gives you the option to check box saying dont show this window again?
This pop up is quite annoying when your adding dozens of products.
Is there some code that can be deleted/changed or somewhere where this can be disabled?
Thanks
have never seen this on a VM install - 3rd party addon? browser addon?
Ok I tracked down the issue. Its not a bug I don't think.. its a setting in the editor plugin.js. Its has to do with the jce editor.
Here is the parameter setting for anyone might run across this.
Go to: components/com_jce/editor/tiny_mce/plugins/autosave/editor_plugin.js,
Change:
editor.getParam("autosave_ask_before_unload",true) <---- change to false and there will be no more confirmation of navigation popup.