Opened 19 years ago
Last modified 19 years ago
#90 closed Bug
Disappearing <br /> in non-empty list item — at Version 1
| 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
Change History (1)
comment:1 Changed 19 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | IE added |
| Summary: | disappearing <br /> in non-empty listitem → Disappearing <br /> in non-empty list item |

Confirmed on IE 6 also. Ok with Firefox.
Steps to reproduce:
<ul> <li class="decimal"><span class="ol">1. </span><em>Test 1</em>This line should appear on a new line, because a '<br />' was entered with 'SHIFT + ENTER, just after '<em>Test 1</em>'.</li> </ul>