#90 closed Bug (fixed)
Disappearing <br /> in non-empty list item
Reported by: | Koen Willems | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | UI : Enter Key | Version: | FCKeditor 2.4 |
Keywords: | IE, Confirmed | Cc: |
Description (last modified by )
I would like to create XHTML as the following:
<ul> <li class="decimal"> <span class="ol">1. </span><em>Test 1</em><br /> This line should appear on a new line, because a '<br />' was entered with 'SHIFT + ENTER, just after '<em>Test 1</em>'. </li> </ul>
But in fact in (Internet Explorer 7) when I hit SHIFT + ENTER a single time, the <br /> diasappears (for example: after switching to source-mode and back).
In Firefox i've no problem at all and SHIFT + ENTER behaves like expected!
I found two 'solutions':
- Remove the <em> and </em> surrounding 'Test 1'
- Hit SHIFT + ENTER twice!!!!
For me this is a huge problem, because the users of my CMS (most of them use Internet Explorer) of course would never think about hitting SHIFT + ENTER twice.
Regards,
Koen Willems
Attachments (1)
Change History (8)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE added |
Summary: | disappearing <br /> in non-empty listitem → Disappearing <br /> in non-empty list item |
comment:2 Changed 18 years ago by
Keywords: | Confirmed added |
---|
comment:5 follow-up: 6 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [168].
Click here for more info about our SVN system.
comment:6 Changed 18 years ago by
Replying to fredck:
Fixed with [168].
Click here for more info about our SVN system.
Wow! Thanx very much for fixing this one!!!!!
Regards,
Koen Willems
comment:7 Changed 18 years ago by
Milestone: | FCKeditor 2.4 → FCKeditor 2.4.1 |
---|
Changed 18 years ago by
Attachment: | FCK remove br.avi added |
---|
FCK remove <br /> after any closing tags #168 doesn't work
Confirmed on IE 6 also. Ok with Firefox.
Steps to reproduce: