https://bugzilla.wikimedia.org/show_bug.cgi?id=22680
--- Comment #4 from Cacycle <[email protected]> 2010-04-17 16:11:57 UTC --- For details please see https://developer.mozilla.org/En/Using_Firefox_1.5_caching Pagehide fires before unload, like the beforeunload event, and allows you to stop the page leave. In the pagehide handler you can test if the page will not be cached with "event.persisted != true", e.g. to display the warning. -- 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
