https://bugzilla.wikimedia.org/show_bug.cgi?id=30101
--- Comment #5 from Michael M. <[email protected]> 2011-08-04 07:52:56 UTC --- Created attachment 8882 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8882 Proposed patch - part 2 Found the culprit in jquery.suggestions.js. When you press enter, the javascript tries to submit the form, so editwarning triggers correctly. Editwarning unbinds the onbeforeunload handler (caching reasons in Firefox). Then the default reaction to the enter key is done: the form is submitted again (probably browser specific). This patch simply prevents this default. Both patches together should solve the problem thoroughly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
