﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
428	IE problems created unordered list from pasted list	Mike Koepke	Martin Kou	"IE is not working correctly when pasting a list of text.  

1. On test site with IE, paste the following list:

{{{
* Escape from ""Corporate-Cubical Hell""
* A Series of Law-Lectures
* The Weather
* An Overnight Jazz D.J.
* A 6-Pack on my Patio
}}}

2. Highlight text and hit bulleted list toolbar item.

3. Only a single bullet is created on the line above the Escape... line
Source code generated:
{{{
<ul>
    <li><br />
    * Escape from &quot;Corporate-Cubical Hell&quot;<br />
    * A Series of Law-Lectures<br />
    * The Weather<br />
    * An Overnight Jazz D.J.<br />
    * A 6-Pack on my Patio</li>
</ul>
}}}
Same behavior is pasting with Ctrl+v, Paste toolbar, Paste as Plain Text, or Paste from Word (with Ctrl+v)

FF generates a bulleted list using the steps above.
Source code:
{{{
<p>&nbsp;</p>
<ul>
    <li>* Escape from &quot;Corporate-Cubical Hell&quot;</li>
    <li>* A Series of Law-Lectures</li>
    <li>* The Weather</li>
    <li>* An Overnight Jazz D.J.</li>
    <li>* A 6-Pack on my Patio</li>
</ul>
}}}"	Bug	closed	Normal	FCKeditor 2.5 Beta	General	SVN (FCKeditor) - Retired	duplicate	Discussion	
