Changes between Initial Version and Version 3 of Ticket #2335


Ignore:
Timestamp:
Aug 9, 2011, 11:35:58 AM (13 years ago)
Author:
Krzysztof Studnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2335

    • Property Component changed from General to Core : Styles
    • Property Summary changed from brittle style support to [FF] Style is inserted incorrectly inside the <code> tag
    • Property Priority changed from High to Normal
    • Property Version changed from to 3.0
    • Property Keywords Confirmed Firefox added
  • Ticket #2335 – Description

    initial v3  
    11In Firefox 3 I start with the following text:
    2 
     2{{{
    33<h2>this is interesting</h2>
    44<p>123</p>
    5 
     5}}}
    66I select "interesting" and add <code> around it:
    7 
     7{{{
    88<h2>this is <code>interesting</code></h2>
    99<p>123</p>
    10 
     10}}}
    1111Then I go to the end of "interesting", hit "End", and backspace and type and backspace and type a few times. I get this:
    1212
     13{{{
    1314<h2>this is <code>inter<span style="font-family: Arial,Verdana,sans-serif;">esting</span></code></h2>
    1415<p>123</p>
    15 
     16}}}
    1617Bad, bad, and broken.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy