﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
503	Unordered list paste: doesn't work correctly in IE	tba21cn	Martin Kou	"I checked Ticket #428 IE problems created unordered list from pasted list, it is not exactly the same as this one.

I have the following code in FCKeditor.
{{{
<ul>
    <li>unordered list item 1</li>
    <li>unordered list item 2</li>
    <li>unordered list item 3</li>
    <li>unordered list item 4</li>
</ul>
}}}

 1. In edit view, high light 2nd and 3rd list items, and do copy.
 2. go to some place without any format, and do paste, I've got:
{{{
<p>
<li>unordered list item 2</li>
<li>unordered list item 3</li>
</p>
}}}
The <li> lost <ul>.

It doesn't happen in FireFox, it is an IE only issue."	Bug	closed	Normal		General	FCKeditor 2.4.1	wontfix		
