#7480 closed Bug (fixed)
Bulleted lists copied from MS Word are pasted into the Editor as Numbered lists
Reported by: | James Cunningham | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | Plugin : Paste from Word | Version: | 3.5.3 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan, Satya Minnekanti |
Description
Steps to reproduce the defect:
- Open the Ajax sample.
- Copy the bulleted list from the sample doc.
- Paste the bulleted list into the editor.
Expected: The bulleted list is pasted into the editor.
Actual: A numbered list is pasted into the editor.
This is a regression in 3.5.3
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | BulletedList.doc added |
---|
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 7480.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
There's no reason to default the list style type, browser will do that automatically.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6633].
comment:6 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
Note: result is a <ul> (expected) with
list-style-type: decimal
style (unwanted).