Opened 8 years ago
Last modified 8 years ago
#17002 confirmed Bug
[IE9-11] Advanced Color Dialog won't close on IE11 with Caret Browsing (F7) enabled
Reported by: | Denny84 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 4.0 |
Keywords: | IE Edge | Cc: |
Description
Steps to reproduce
- Open an instance of ckEditor on IE11 with enabled Keyboard Navigation (Shortcut F7 or via Menu: File > Keyboard navigation)
- Open a Color Select Dialog > More colors dialog
- Try to close the dialog window
Expected result
The window should close.
Actual result
The window stays open and an error is logged to the console: The property "removeClass" of an undefined object can not be accessed. colordialog.js, Row: 11, Column: 485
Attachments (1)
Change History (4)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Summary: | Color Dialog won't close on IE11 with Keyboard Navigation Feature (F7) enabled → [IE9-11] Color Dialog won't close on IE11 with Keyboard Navigation Feature (F7) enabled |
---|
comment:2 Changed 8 years ago by
Summary: | [IE9-11] Color Dialog won't close on IE11 with Keyboard Navigation Feature (F7) enabled → [IE9-11] Advanced Color Dialog won't close on IE11 with Caret Browsing (F7) enabled |
---|
comment:3 Changed 8 years ago by
Keywords: | IE Edge added; IE11 Internet Explorer Keyboard Navigation Color Dialog removed |
---|---|
Status: | new → confirmed |
Version: | 4.6.2 → 4.0 |
Problem can be reproduced from CKEditor 4.0 hovewer in older versions (4.0-4.5.9) the message was "The property "getChild" of an undefined object can not be accessed."
Starting from CKEditor 4.5.10, the message is:
Message: The property "removeClass" of an undefined object can not be accessed.
Path: colordialog.js (88,3)
Code: focused.removeClass( focusedColorLightCls );
Problem can be reproduced in Edge and IE.
Color Dialog > More Colors