﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4746	insertHtml left trim text	Garry Yao		"=== Reproducing Procedures ===
 1. Open the 'api' sample page, load the editor with the following content and selection.
{{{
some^text
}}}
 1. Load the insertion area with the following content:
{{{
 insertion 
}}}
 1. Click on 'Insert HTML' button.
 1. Switch to 'Source' mode.
 * Actual Result:
{{{
<p>
	someinsertion text</p>
}}}
 * Expected Result:
{{{
<p>
	some insertion text</p>
}}}
Note that the left side whitespace has been trimmed, which is wrong."	Bug	closed	Normal	CKEditor 3.4.3	General	3.0	fixed	Confirmed	jamcunni@…
