Opened 15 years ago
Closed 15 years ago
#4734 closed Bug (fixed)
[IE8] Font size resets when font name is changed in an empty numbered list.
Reported by: | Joe Kavanagh | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Lists | Version: | |
Keywords: | Confirmed IE8 IBM Review+ | Cc: | dchojna@…, satya_minnekanti@… |
Description (last modified by )
Use IE8 with compatibility mode off.
- Open the Ajax sample and click the "Create Editor" button.
- Tab into the editor content area.
- Click the Numbered List button to start a list (leave it empty).
- Select a font size.
- Select a font family.
Observe that the font size field resets to "Size"
Attachments (2)
Change History (16)
comment:1 Changed 15 years ago by
Keywords: | Confirmed IE8 added |
---|
comment:2 Changed 15 years ago by
Culprit is unable to put cursor into an inline element at the start of a list item.
comment:3 Changed 15 years ago by
Milestone: | → CKEditor 3.2 |
---|
comment:5 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
It's really a reduced bug copy of #1272 on IE (where it only fails when selection's in front of a list), similar with that one, we could hardly have any fix for it at the moment.
comment:6 follow-up: 7 Changed 15 years ago by
In #1272, we are waiting on a fix from Webkit. Are we expecting a fix from IE in this case? If so, we need a defect raised.
comment:7 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:8 Changed 15 years ago by
Yet another problem caused by the new doctype of document, we're free of bug in v2.
Changed 15 years ago by
Attachment: | 4734.patch added |
---|
comment:9 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Proposing of using selection lock to work around this issue.
comment:10 Changed 15 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:11 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
After the patch, with IE8, the panels started to get quite unstable, sometimes not opening on click. It's easy to check it with the following tc:
- Open a sample.
- Put the selection in the editing area.
- Click the Format combo.
- With that combo opened, click any of the color buttons. It will show and hide immediately.
Another problem happens with selection changes when the combo is opened. You must first click the editor (to close the combo) and then make the selection. It's not possible to do it with the combo opened in a single move.
Changed 15 years ago by
Attachment: | 4734_2.patch added |
---|
comment:12 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
You must first click the editor (to close the combo) and then make the selection. It's not possible to do it with the combo opened in a single move.
This's really the limitation of the previous approach and simply can't get a workaround, providing yet another way for the bug.
comment:13 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Confirmed with IE8 No-Compat only. Works well with IE8 Compat and FF.