Opened 13 years ago
Closed 13 years ago
#5850 closed Bug (fixed)
IE - Issues with Formatting options in Numbered/Bulleted list
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | Core : Styles | Version: | 3.3 |
Keywords: | IE IBM | Cc: | joek, Damian, jamcunni@… |
Description
To reproduce the defect
- Open Ajax Sample
- click on Insert/Remove Numbered list icon to start a Numbered list
- see that Numbered list starts.
- Click on Bold Icon to make the text bold.
- Type the text and see that Bold formatting is applied to the text.
- Press Enter to start the next list item and Click on Bold icon to remove the Bold Formatting.
Expected Result:
Bold formatting is removed.
Actual Result:
Bold formatting will remove and applies again we have to click on Bold Icon second time to remove the Bold formatting.
- Now Click on Italic Icon to apply Italic formatting to the text.
Expected Result:
Italic formatting is applied to the start of the text in second list item
Actual Result:
Cursor moves to the end of previous list item and when type the text the second list item number is removed and Italic Formating is applied to the text we typed at the end of previous list item.
Attachments (2)
Change History (13)
comment:1 follow-up: 2 Changed 13 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | Confirmed IE added |
comment:2 Changed 13 years ago by
Replying to garry.yao:
Confirm only in IE8 compat mode.
i could reproduce this in IE 6 & IE 7 as well
Changed 13 years ago by
Attachment: | 5850.patch added |
---|
comment:3 Changed 13 years ago by
Keywords: | Review? added; IE removed |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:4 Changed 13 years ago by
Keywords: | Confirmed removed |
---|---|
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
comment:6 Changed 13 years ago by
Status: | assigned → pending |
---|
comment:7 Changed 13 years ago by
Cc: | jamcunni@… added |
---|
I just tested this in IE7 and there is still an issue here. Try this test case:
- Open the Ajax sample.
- Click on the Numbered List icon.
- Click on the Bold icon.
- Type some text.
- Press Enter.
- Click on the Bold icon to remove it.
- Click on the Italic icon.
- Type some text.
Expected: The second item in the list is in Italics.
Actual: The second item in the list is in Bold.
(You get the same outcome if you choose underlined instead of italics)
comment:8 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | pending → confirmed |
Ok, seems the bug still there, but with a different symptom.
comment:9 Changed 13 years ago by
Status: | confirmed → review |
---|
Changed 13 years ago by
Attachment: | 5850_2.patch added |
---|
comment:10 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:11 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5994].
Confirm only in IE8 compat mode.