﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6178	Creating and inserting a new element fails in Webkit if editor not focused	Alfonso Martínez de Lizarrondo	Tobiasz Cudnik	"Running this code generates an error in Webkit (Safari & Chrome) at the line 1170 of the selection plugin if the editor still hasn't been focused:

{{{
	var oDiv = oEditor.document.createElement( 'DIV' ) ;
	oDiv.setAttribute(""class"", ""wrapper"");
	oDiv.$.innerHTML = ""new div"";
	oEditor.insertElement( oDiv );
}}}"	Bug	closed	Normal	CKEditor 3.4.1	General	3.4 Beta	fixed	Webkit IBM	satya_minnekanti@…
