﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9251	Magicline goes wrong with enterMode=BR	Garry Yao	Olek Nowodziński	"The magic line feature doesn't work well in enterMode BR in the following sense:
 * Wrong triggering when encountered pseudo block
 * Inserted paragraph instead of BR to establish line height

TC1:
{{{
<!-- insert new line here -->
<ol>
	<li>bar</li>
</ol>
}}}

The above insertion should result in:
For non-IE:
{{{
^<br />
<ol>
	<li>bar</li>
</ol>
}}}
For IE:
{{{
^&nbsp;
<ol>
	<li>bar</li>
</ol>
}}}


TC2:
{{{
foo
<ol>
	<li>^bar</li>
</ol>
}}}

No trigger for the above case.
"	Bug	closed	Normal	CKEditor 4.0	General	4.0	fixed		Olek Nowodziński
