Opened 11 years ago
Last modified 8 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 10 years ago by
Cc: | computerpunk@… added |
---|
comment:2 follow-up: 3 Changed 10 years ago by
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.
comment:3 follow-up: 4 Changed 10 years ago by
comment:4 Changed 10 years ago by
Replying to fredck:
Replying to aorduno:
Sorry, but #7863 looks like a completely different issue. Are you talking about another ticket?
Yep, i got confused. My apologies. I've already changed my comment above.
comment:5 Changed 8 years ago by
This problem can be reproduced in all browsers in CKE 3.x and 4.x (v4)
Hi, This bug is reproducible at in IE7 also.
Will there be a upcoming fix for this ?
Thank you for your time.