﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11171	No checkWidgets after editor#insertHtml and #insertText	Alfonso Martínez de Lizarrondo	Piotrek Koszuliński	"== TC1 ==

Use the API sample and add the image2 plugin, now insert an image with the textarea to test the API and that image can't be edited because it isn't a widget.

== TC2 ==

Go to placeholder sample and execute:

{{{
CKEDITOR.instances.editor1.insertText( '[[foo]]' )
}}}

Text will be upcasted to widget, but widget won't be initialized on it.

== Workaround ==

After inserting HTML/text call:

{{{
editor1.widgets.fire( 'checkWidgets' )
}}}"	Bug	closed	Must have (possibly next milestone)	CKEditor 4.3.1	General	4.3	fixed		
