Changes between Initial Version and Version 3 of Ticket #2335
- Timestamp:
- Aug 9, 2011, 11:35:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2335
-
Property
Component
changed from
General
toCore : Styles
-
Property
Summary
changed from
brittle style support
to[FF] Style is inserted incorrectly inside the <code> tag
-
Property
Priority
changed from
High
toNormal
-
Property
Version
changed from
to
3.0
- Property Keywords Confirmed Firefox added
-
Property
Component
changed from
-
Ticket #2335 – Description
initial v3 1 1 In Firefox 3 I start with the following text: 2 2 {{{ 3 3 <h2>this is interesting</h2> 4 4 <p>123</p> 5 5 }}} 6 6 I select "interesting" and add <code> around it: 7 7 {{{ 8 8 <h2>this is <code>interesting</code></h2> 9 9 <p>123</p> 10 10 }}} 11 11 Then I go to the end of "interesting", hit "End", and backspace and type and backspace and type a few times. I get this: 12 12 13 {{{ 13 14 <h2>this is <code>inter<span style="font-family: Arial,Verdana,sans-serif;">esting</span></code></h2> 14 15 <p>123</p> 15 16 }}} 16 17 Bad, bad, and broken.