Bug 117072 - Web Inspector:
Summary: Web Inspector:
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 06:42 PDT by cesar
Modified: 2013-05-31 11:54 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cesar 2013-05-31 06:42:58 PDT
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
Comment 1 Alexey Proskuryakov 2013-05-31 11:54:30 PDT
This was later filed as bug 117073.