﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1777	IE, IE7: <ul> + <font> tags make FCK collapse	Alberto		"1. go to HTML view and paste the following code:

{{{
<ul>
    <li><font size=""2""><font size=""2"">One.</font>
    <ul>
        <li><font size=""2"">Two.</font></li>
        <li><font size=""2"">Three</font></li>
    </ul>
    </font></li>
</ul>
}}}

2. switch back to WYSIWYG view

3. move the cursor at the end of first line (after ""One. "")

4. hit [cancel] so that the text ""Two."" gets to the first line

5. press [enter]

6. et voilà! the text ""Two."" disappears!!

7. the source code now is:


{{{
<ul>
    <li><font size=""2""><font size=""2"">One.</font> </font></li>
    <li>&nbsp;
    <ul>
        <li><font size=""2"">Three</font></li>
    </ul>
    </li>
</ul>
}}}


Browser: '''IE6 on WinXP''' "	Bug	closed	Normal		General	FCKeditor 2.5.1	fixed	Confirmed IE	
