[Webkit-unassigned] [Bug 117072] New: Web Inspector:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 31 06:44:26 PDT 2013


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

           Summary: Web Inspector:
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        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