Opened 7 years ago

Last modified 7 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

  1. Open an instance of ckEditor on IE11 with enabled Keyboard Navigation (Shortcut F7 or via Menu: File > Keyboard navigation)
  2. Open a Color Select Dialog > More colors dialog
  3. 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)

error.PNG (15.8 KB) - added by Denny84 7 years ago.
Color Dialog > More Colors

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by Denny84

Attachment: error.PNG added

Color Dialog > More Colors

comment:1 Changed 7 years ago by Denny84

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 7 years ago by Denny84

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 7 years ago by Jakub Ś

Keywords: IE Edge added; IE11 Internet Explorer Keyboard Navigation Color Dialog removed
Status: newconfirmed
Version: 4.6.24.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.

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