Opened 16 years ago

Closed 15 years ago

#1777 closed Bug (fixed)

IE, IE7: <ul> + <font> tags make FCK collapse

Reported by: Alberto Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Confirmed IE Cc:

Description

  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>
  1. switch back to WYSIWYG view
  1. move the cursor at the end of first line (after "One. ")
  1. hit [cancel] so that the text "Two." gets to the first line
  1. press [enter]
  1. et voilà! the text "Two." disappears!!
  1. 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

Change History (3)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed IE IE7 added
Summary: <ul> + <font> tags make FCK collapse on IE6IE, IE7: <ul> + <font> tags make FCK collapse

Confirmed with IE 6.0 and IE 7.0. Work with FF2

comment:2 Changed 16 years ago by Wojciech Olchawa

Keywords: IE7 removed

comment:3 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: newclosed

Works fine in V3 RC

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy