Opened 16 years ago
Closed 16 years ago
#3522 closed Bug (fixed)
onbeforeunload is fired whenever dialog tabs are being switched
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Oracle Review+ | Cc: | Senthil |
Description
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
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Priority: | Normal → High |
---|
Changed 16 years ago by
Attachment: | 3522.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3506].
Click here for more info about our SVN system.