#6286 closed Bug (fixed)
Paste from Word - Numeric bulleted list format issue
Reported by: | cbxpounce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.4 |
Keywords: | Cc: | satya_minnekanti@… |
Description
Pasting a numbered bullet list from MS Word where a shift+enter was used to put some space between bullets results in HTML that closes the Ordered List tag, placing the BR, then starts a new Ordered list; so, the numbering restarts after the item where the shift+enter was used in the Word Doc.
This in Word:
- Item A
- Item B
- Item C
Becomes this in the Editor:
- Item A
- Item B
- Item C
Resulting HTML between Item B and Item C:
"</ol>
<br />
<br />
<ol>"
Perhaps I am alone in my thought but would have expected to see only the BR tags without closing and opening the Ordered List.
IE 7 and FF 3.6.9
Have tried a number of Word related config settings. Currently using the following, but the same result if not changing any defaults.
config.pasteFromWordNumberedHeadingToList = false;
config.pasteFromWordPromptCleanup = true;
config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles = false;
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Keywords: | IE Chrome Firefox Opera added |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
Changed 14 years ago by
Attachment: | Sample 6286.docx added |
---|
comment:4 Changed 13 years ago by
Keywords: | IE Chrome Firefox Opera removed |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
I have checked the isssue in latest CKEditor 3.6.2.
Now list from the sample is being pasted as one. Closing the ticket.
comment:5 Changed 11 years ago by
Component: | Core : Lists → Plugin : Paste from Word |
---|
Confirmed for IE - pasted text is as in reported issue. @Firefox3.6.9: the same text is pasted as:
@Chrome7
@Opera