https://bugzilla.wikimedia.org/show_bug.cgi?id=39158
--- Comment #8 from Mark Holmquist <[email protected]> 2012-09-04 16:15:53 UTC --- This is caused by https://www.mediawiki.org/wiki/Extension:Vector Every time an edit page is loaded (or maybe every time *any* page is loaded, the Vector code doesn't appear to actually check for an edit page specifically), it loads the JS that loads in an onbeforeunload event. This preference can be turned off in "My preferences -> Editing -> Warn me when I leave an edit page with unsaved changes". It's not intuitive, though. There doesn't appear to be a way to disallow a module on the PHP side, so our only recourse may be to totally remove the onbeforeunload event before submit. As you may imagine, this isn't ideal because A) it loads code we don't use and B) it's adding special treatment where there needn't be any. Thoughts? Ideas? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
