[Webkit-unassigned] [Bug 19418] onbeforeunload is broken for framesets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 01:52:43 PDT 2009


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


pablo <pablo.platt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pablo.platt at gmail.com




--- Comment #10 from pablo <pablo.platt at gmail.com>  2009-07-15 01:52:42 PDT ---
The onbeforeunload is different then the onunload event because it let you for
example add a cookie to the request. The unload event fires after the request
is ready so you can't modify it. 

Why not just enable the event when the iframe and the top frame are from the
same domain?

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



More information about the webkit-unassigned mailing list