Opened 15 years ago

Closed 15 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:

  1. Open replacebyclass.html in IE.
  2. Execute
    javascript: void(window.onbeforeunload=function(){alert('a');});
    
    in the URL bar.
  3. Open any dialog with tabs (e.g. Find/Replace dialog).
  4. Change to another tab in the dialog.
  5. 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)

3522.patch (827 bytes) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Martin Kou

Priority: NormalHigh

Changed 15 years ago by Martin Kou

Attachment: 3522.patch added

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review? added

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [3506].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy