Opened 16 years ago
Closed 16 years ago
#3058 closed Bug (fixed)
IE : Error when closing dialog without setting editor focus
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | |
Keywords: | Confirmed IE Review+ | Cc: | WebSpellChecker.net |
Description
- Open a sample in IE
- Click outside the editor, just to be sure it has no focus.
- Click the "Smileys" dialog, for example.
- Select any of the smileys.
An error is thrown. It happens with all dialog.
Attachments (1)
Change History (6)
Changed 16 years ago by
Attachment: | 3058.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
This tickets is suppose to fix an urgent issue, avoiding the JS error for now. All the rest will be fixed with #2816.
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
DUP of #2816. This patch is able to prevent from generating any JavaScript errors, but doesn't resolve the selection problem on blurred editor.