[Webkit-unassigned] [Bug 18472] JavaScript cached, window.onload not fired when returning to the form via back button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 03:52:33 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=18472


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #6 from ap at webkit.org  2009-03-02 03:52 PDT -------
This is correct behavior - reviving a page from back/forward cache is not the
same as loading it. The only events that should be fired are pageshow/pagehide
(but WebKit doesn't support them yet).

If you want to prevent a page from ever going into back/forward cache, you can
install an unload event handler.

Besides, I don't think that you should need any of this code: WebKit has
built-in double form submission prevention.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list