Opened 16 years ago
Closed 16 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)
Change History (4)
Changed 16 years ago by
| Attachment: | 5719.patch added |
|---|
comment:1 Changed 16 years ago by
| Component: | General → UI : Dialogs |
|---|---|
| Keywords: | Review? added |
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:2 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

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