[Webkit-unassigned] [Bug 117073] New: unbeforeunload event not firing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 31 06:53:30 PDT 2013


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

           Summary: unbeforeunload event not firing
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cesar at connectwise.com


Want to check for unsaved data when the user leaved the page. I have the following code to fire the closeEvent

window.onbeforeunload = function (e)
        {
            closeDialog();
        }

closeDialog() never gets fired

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