[Webkit-unassigned] [Bug 12469] New: onUnload event does not fire when user close window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 21:29:19 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12469

           Summary: onUnload event does not fire when user close window
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: george.zhu at autodesk.com
                CC: george.zhu at autodesk.com


The window object has an event onUnload, the Mozilla document describe it as:
The unload event is raised when the document is unloaded.
It is true that now this event fires when the document reload, the same as
Firefox and IE. (this was fixed in bug 3402)

But the event fail to fire when user close the window. It is well known that
closing window also requires unloading of document, so it would be fine if
Safari can also support this feature as it is already implemented in Firefox
and IE.


-- 
Configure bugmail: http://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