#1777: <ul> + <font> tags make FCK collapse on IE6
-----------------------------+----------------------------------------------
 Reporter:  NiceGuyAlberto   |        Type:  Bug    
   Status:  new              |    Priority:  Normal 
Milestone:                   |   Component:  General
  Version:  FCKeditor 2.5.1  |    Keywords:         
-----------------------------+----------------------------------------------
 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'''

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1777>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to