[Webkit-unassigned] [Bug 19324] onbeforeunload related bug?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 13 14:33:17 PDT 2008


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





------- Comment #14 from lebegue_h at yahoo.com  2008-08-13 14:33 PDT -------
I found this issue too, but also found a woraround. This only works for frames
that are in the same domain i.e. document.domain="foo"; on both.

In the frame, add top.document.onbeforeunload=beforeunload;

What it does is that it registers the event on the frame to fire the event that
is coded in the top frameset.

The issue exist in both Mac and windows on Safari 3.0 and 3.1

Again, this is just a workaround.
Hugo


-- 
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