Opened 14 years ago

Last modified 11 years ago

#5389 confirmed Bug

Invalid handling of font tags

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: computerpunk@…

Description

When <font> tag is used in the HTML content, the font name combo displays invalid font name (Arial) instead of current font.

Steps to reproduce

  • Open http://ckeditor.com/demo.
  • Paste the following in the source mode:
    <p>
    	sdfsd sd fsd fsd f</p>
    <p>
    	<font face="Courier" size="2">test</font></p>
    
  • Switch to wysiwyg mode.
  • Click on the second paragraph.
  • Result: the font name combo shows "Arial" instead of "Courier", which is confusing.

Confirmed in IE8 and FF 3.6.

Change History (5)

comment:1 Changed 13 years ago by PK

Cc: computerpunk@… added

Hi, This bug is reproducible at in IE7 also.

Will there be a upcoming fix for this ?

Thank you for your time.

comment:2 Changed 13 years ago by alan

I can confirm that behavior in FF also.

The problem seems to be caused only with the 'face' property. It works fine with size and color.

Last edited 13 years ago by alan (previous) (diff)

comment:3 in reply to:  2 ; Changed 13 years ago by Frederico Caldeira Knabben

Replying to aorduno:

Sorry, but #7863 looks like a completely different issue. Are you talking about another ticket?

comment:4 in reply to:  3 Changed 13 years ago by alan

Replying to fredck:

Yep, i got confused. My apologies. I've already changed my comment above.

Last edited 13 years ago by alan (previous) (diff)

comment:5 Changed 11 years ago by Jakub Ś

This problem can be reproduced in all browsers in CKE 3.x and 4.x (v4)

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