News:

Looking for documentation? Take a look on our wiki

Main Menu

Confirm Navigation Pop up screen

Started by bpos, June 03, 2016, 21:21:22 PM

Previous topic - Next topic

bpos

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

GJC Web Design

have never seen this on a VM install - 3rd party addon? browser addon?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

bpos

#2
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.