Opened 16 years ago
Closed 16 years ago
#3162 closed Bug (fixed)
Incorrect font and font size detection in IE
Reported by: | Martin Kou | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Oracle IBM Confirmed | Cc: | Senthil, Damian |
Description
To reproduce:
- Open replacebyclass.html in IE.
- Select "You".
- Change the font size to 8.
- Select "You are using".
- Change the font size to 16.
- Move the caret to inside "You" by clicking on it.
- While the font size is visually 16, a size of 8 is displayed in the size combo.
Similarly, selecting "Arial" in step 3 with the font combo and then "Comic Sans MS" in step 5 would also result in wrong font detection.
Attachments (1)
Change History (11)
comment:1 Changed 16 years ago by
Keywords: | IE added |
---|
Changed 16 years ago by
Attachment: | 3162.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 16 years ago by
Keywords: | IE Review+ removed |
---|
I still see the reported issue from the latest nightly build. So i have reopened the ticket. Now this issue is happening in all three browsers(IE, FF and Safari).
comment:7 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 Changed 16 years ago by
Keywords: | Confirmed added |
---|
I can confirm this. It happens with the compressed code only, not the development SVN code.
comment:9 Changed 16 years ago by
Cc: | Damian added |
---|---|
Keywords: | IBM added |
#3210 has been marked as DUP.
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ok, I've found the problem in CKPackager and fixed it with [3319].
The issue seems to affect IE only.