Opened 15 years ago
Last modified 12 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 14 years ago by
Cc: | computerpunk@… added |
---|
comment:2 follow-up: 3 Changed 14 years ago by
Sorry guys, i was having the same problem and didn't found anything about it so i reported.
https://dev.ckeditor.com/ticket/7863
It's the same problem reported there. Just wanted you to know that.
comment:3 follow-up: 4 Changed 14 years ago by
comment:4 Changed 14 years ago by
Replying to fredck:
Yep, i got confused. My apologies. I've already changed my comment above.
comment:5 Changed 12 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.