﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6286	Paste from Word - Numeric bulleted list format issue	cbxpounce		"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:
1. Item A[[BR]]
2. Item B[[BR]]
[[BR]]
3. Item C[[BR]]

Becomes this in the Editor:

1. Item A[[BR]]
2. Item B[[BR]]
[[BR]]
[[BR]]
1. Item C[[BR]]

Resulting HTML between Item B and Item C:

""</ol>[[BR]]
<br />[[BR]]
<br />[[BR]]
<ol>""[[BR]]

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;[[BR]]
config.pasteFromWordPromptCleanup = true;[[BR]]
config.pasteFromWordRemoveFontStyles = false;[[BR]]
config.pasteFromWordRemoveStyles = false;"	Bug	closed	Normal		Plugin : Paste from Word	3.4	fixed		satya_minnekanti@…
