Ticket #2335 (new Bug)

Opened 2 months ago

Last modified 6 weeks ago

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

Reported by: garretwilson Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.3 Beta
Keywords: Confirmed Firefox Cc:

Description

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

Changed 6 weeks ago by w.olchawa

  • keywords Confirmed Firefox added
  • priority changed from High to Normal
  • version set to FCKeditor 2.6.3 Beta
  • summary changed from brittle style support to [FF] Style is inserted incorrectly inside the <code> tag

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

Note: See TracTickets for help on using tickets.