Opened 17 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
- 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>
- switch back to WYSIWYG view
- move the cursor at the end of first line (after "One. ")
- hit [cancel] so that the text "Two." gets to the first line
- press [enter]
- et voilà! the text "Two." disappears!!
- the source code now is:
<ul> <li><font size="2"><font size="2">One.</font> </font></li> <li> <ul> <li><font size="2">Three</font></li> </ul> </li> </ul>
Browser: IE6 on WinXP
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Confirmed IE IE7 added |
---|---|
Summary: | <ul> + <font> tags make FCK collapse on IE6 → IE, IE7: <ul> + <font> tags make FCK collapse |
comment:2 Changed 17 years ago by
Keywords: | IE7 removed |
---|
Confirmed with IE 6.0 and IE 7.0. Work with FF2