﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16600	Editor may be assuming presence of editable too optimistically.	Jakub Ś	Marek Lewandowski	"== Steps to reproduce ==

Sometimes in Blink and Webkit browsers when dealing with multiple editors you may encounter a situation where editable is not present yet.

URI: core/dom/element.js [[BR]]
Line: 1986 [[BR]]
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.
"	Bug	closed	Normal	CKEditor 4.6.1	General		fixed	Webkit Blink Support	
