Opened 14 years ago
Last modified 13 years ago
#6705 confirmed Bug
IE Selected font not applied to typed text
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM IE | Cc: | Damian, joek, james, c |
Description (last modified by )
To reproduce the defect
- Open any sample except AJAX.
- With out focus in Editor body,select a font(for eg: Comic Sans MS) from Font Name drop down list.
- See that selected font option missing from Font Name drop down list.
- Start typing the text
Expected Result:
Selected font option should show in Font Name drop down list.
Actual Result:
Selected font option not shown in Font Name drop down list. Even when we look at Element path bar or HTML Source <span> tag for Font Name not shown.
To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps
Change History (6)
comment:1 follow-up: 2 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Replying to garry.yao:
Please note that it's always good to keep one problem per ticket.
- See that selected font option missing from Font Name drop down list.
Confirmed.
...but selected font option not shown in Font Name drop down list. Even when we look at Element path bar or HTML Source <span> tag for Font Name not shown.
WFM in all IE versions.
To reproduce the second issue.
After Step 3 select a Font Size from Font Size drop down list and then start typing the text
comment:3 Changed 14 years ago by
Issue is fixed except for step 3 After selecting a font from Font Name drop down list you will see the cursor in editor body but font name option not shown in Font Name drop down list. but when you start typing the text you will see the option appears again in font name drop down list.
comment:4 Changed 14 years ago by
Cc: | james c added; James removed |
---|
WFM on trunk, anyway pls update ticket desc.
comment:5 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | pending → confirmed |
Version: | 3.4.2 → 3.0 |
This issue has been reproducible from CKEditor 3.0 in all versions of IE.
It is important not to put cursor in content area before choosing font name as this is the only case when font-name in drop-down list and span tag in elements path will not be visible before you start typing.
If you for example click inside editor, click outside of it and then chose new font everything will be ok.
Please note that it's always good to keep one problem per ticket.
Confirmed.
WFM in all IE versions.