Opened 7 years ago

Last modified 7 years ago

#16600 closed Bug

Editor may be assuming presence of editable too optimistically. — at Initial Version

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone: CKEditor 4.6.1
Component: General Version:
Keywords: Webkit Blink Support Cc:

Description

Steps to reproduce

Sometimes in Bink and Webkit browsers when dealing with multiple editors you may encounter a situation where editable is not present yet.

URI: core/dom/element.js
Line: 1986

Code: if ( editable.equals( this )
editable.contains( this ) ) {

Expected result

No error should be thrown.

Actual result

In these rare cases error might get thrown.

Other details (browser, OS, CKEditor version, installed plugins)

Problem occurs in Blink and Webkit browsers and simple null check should do the trick.

Change History (0)

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