﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9292	Browser error when calling insertText(' ') in V4	Teresa Monahan	Piotrek Koszuliński	"To Reproduce:
- Open any V4 CKEditor sample
- Enter the following in the browser console and run the code:
{{{
CKEDITOR.instances.editor1.insertText(' ')
}}}
Problem: An error occurs and the space is not inserted into the editor.

When running CKEditor V4 in source mode, the error is:
{{{
TypeError: maybeBlockData is undefined
.../core/editable.js             Line 1436
}}}

This testcase works as expected in 3.6.x.
"	Bug	closed	Must have (possibly next milestone)	CKEditor 4.0	General	4.0	fixed	IBM	Damian Satya Minnekanti
