onbeforeunload is fired whenever dialog tabs are being switched
To reproduce:
- Open replacebyclass.html in IE.
- Execute
javascript: void(window.onbeforeunload=function(){alert('a');});
in the URL bar.
- Open any dialog with tabs (e.g. Find/Replace dialog).
- Change to another tab in the dialog.
- The onbeforeunload event is fired, incorrectly.
This bug is related to #3114 and is a known browser bug: http://msdn.microsoft.com/en-us/library/ms536907%28VS.85%29.aspx
Change History (5)
| Keywords: |
Review+ added; Review? removed
|
| Resolution: |
→ fixed
|
| Status: |
new →
closed
|
Fixed with [3506].
Click here for more info about our SVN system.