Ticket #90 (closed Bug: fixed)
Disappearing <br /> in non-empty list item
| Reported by: | kwillems | 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 fredck) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.