Changes between Initial Version and Version 1 of Ticket #90
- Timestamp:
- Feb 22, 2007, 10:24:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #90
- Property Keywords IE added
-
Property
Summary
changed from
disappearing <br /> in non-empty listitem
toDisappearing <br /> in non-empty list item
-
Ticket #90 – Description
initial v1 1 I'm having a problem entering <br /> in a non-empty listitem <li>[[BR]] 2 I would like to create XHTML as the following:[[BR]][[BR]] 3 <ul>[[BR]] 4 <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> [[BR]] 5 </ul> [[BR]][[BR]] 1 I would like to create XHTML as the following: 6 2 7 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). [[BR]] 8 In Firefox i've no problem at all and SHIFT + ENTER behaves like expected! [[BR]] [[BR]] 3 {{{ 4 <ul> 5 <li class="decimal"> 6 <span class="ol">1. </span><em>Test 1</em><br /> 7 This line should appear on a new line, because a '<br />' 8 was entered with 'SHIFT + ENTER, just after '<em>Test 1</em>'. 9 </li> 10 </ul> 11 }}} 9 12 10 I found two 'solutions': [[BR]] 11 1. Remove the <em> and </em> surrounding 'Test 1' [[BR]] 12 2. Hit SHIFT + ENTER twice!!!! [[BR]] [[BR]] 13 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. [[BR]] [[BR]] 14 Regards, [[BR]] 13 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). 14 15 In Firefox i've no problem at all and SHIFT + ENTER behaves like expected! 16 17 I found two 'solutions': 18 19 1. Remove the <em> and </em> surrounding 'Test 1' 20 1. Hit SHIFT + ENTER twice!!!! 21 22 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. 23 24 Regards,[[BR]] 15 25 Koen Willems