Opened 14 years ago

Closed 14 years ago

#5719 closed Bug (fixed)

IE: Image Dialog - JS error when closing a dialog

Reported by: Wiktor Walc Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: UI : Dialogs Version: SVN (CKEditor) - OLD
Keywords: Confirmed IE Review+ Cc:

Description

Confirmed in IE8.

Steps to reproduce

  • Open image dialog
  • Type some random invalid url (foo)
  • Press the "Cancel" button

Result: JS error. Object does not support this property or method.

Image.js, line 506:

original.setCustomData( 'isReady', 'false' );

Attachments (1)

5719.patch (820 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Garry Yao

Attachment: 5719.patch added

comment:1 Changed 14 years ago by Garry Yao

Component: GeneralUI : Dialogs
Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

Regression of [5412], where dialog is closed before the 'change' event fired.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5511].

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