﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4790	CKEditor in enterMode = BR, problem with bullet list	Wiktor Walc	Garry Yao	"This ticket is similar to #3836. I think it happens only in Opera (tested on 10.10).

 1. Open  the ''replace by code'' example page with enterMode = BR;
 1. Make the content and selection as below:
{{{
line1
<ul><li>[item1</li><li>item2]</li></ul>
line2
}}}
 1. Click on 'Bullet List' to remove list;
 * Expected Result:
{{{
line1<br />
item1<br />
item2<br />
line2
}}}
 * Actual Result:
{{{
line1<br />
item1item2<br />
line2
}}}
"	Bug	closed	Normal	CKEditor 3.4.3	Core : Lists	3.0	fixed	Opera	
