Ticket #3522 (closed Bug: fixed)
onbeforeunload is fired whenever dialog tabs are being switched
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | High | 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
Change History
comment:4 Changed 4 years ago by martinkou
- Status changed from new to closed
- Resolution set to fixed
Fixed with [3506].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.
