Opened 16 years ago

Closed 11 years ago

#2335 closed Bug (fixed)

[FF] Style is inserted incorrectly inside the <code> tag

Reported by: Garret Wilson Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.0
Keywords: Firefox Cc:

Description (last modified by Krzysztof Studnik)

In Firefox 3 I start with the following text:

<h2>this is interesting</h2>
<p>123</p>

I select "interesting" and add <code> around it:

<h2>this is <code>interesting</code></h2>
<p>123</p>

Then I go to the end of "interesting", hit "End", and backspace and type and backspace and type a few times. I get this:

<h2>this is <code>inter<span style="font-family: Arial,Verdana,sans-serif;">esting</span></code></h2>
<p>123</p>

Bad, bad, and broken.

Change History (4)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed Firefox added
Priority: HighNormal
Summary: brittle style support[FF] Style is inserted incorrectly inside the <code> tag
Version: FCKeditor 2.6.3 Beta

Confirmed using FF2 and FF3 in FCKeditor 2.6.3beta and the latest SVN version. Works OK with IE.

comment:2 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Styles
Version: FCKeditor 2.6.3 Beta3.0

Confirmed also for CKE3.6.2Trunk with FF

comment:3 Changed 13 years ago by Krzysztof Studnik

Description: modified (diff)

comment:4 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Expired on master.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy