﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1178	List problems in IE	Martin Kou	Martin Kou	"This ticket is opened as a collection of all currently discovered problems with lists in IE. This ticket is intended to supersede #67 and #428.

'''Bug 1: Lines separated by <br> are not transformed to separated <li> items'''[[BR]]
Reproduction procedure:
 1. Prepare an HTML document body like the following
{{{
line1<br>
line2<br>
line3<br>
}}}
 1. Place the caret just after ""line2"".
 1. Press ""Insert Unordered List"".
 1. All three lines are transformed into one item.
Reference: #67, #428

'''Bug 2: List removal does not obey EnterMode setting'''[[BR]]
Reproduction procedure: 
 1. Set EnterMode to br.
 1. Create an unordered list with three items.
 1. Select the list.
 1. Press ""Remove Unordered List"".
 1. Three <p> blocks are generated.
Reference: #67

'''Bug 3: List removal does not work when caret is at the end of list'''[[BR]]
Reproduction procedure:
 1. Create an unordered list with three items.
 1. Set the caret to the end of the list.
 1. Press ""Remove Unordered List"".
 1. The list is not removed. Rather, a new, empty item is generated.
Reference: This bug is newly discovered when I was working on the list bugs.[[BR]]
"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Lists	SVN (FCKeditor) - Retired	fixed	SD-COE	
