﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9080	List structure broken when deleting a list entry	Teresa Monahan		"To Reproduce:
- Copy the following into source view:

{{{
<ol>
	<li>A</li>
	<li>B</li>
	<li>C</li>
</ol>
}}}
- Return to wysiwyg and place the cursor after 'B'
- Press backspace twice to delete the 2nd entry entirely.
'''Expected Result:''' The cursor should be placed after 'A'.[[BR]]

'''Actual result:''' A new paragraph is created and the list is broken:


{{{
<ol>
	<li>A</li>
</ol>
<p>
	&nbsp;</p>
<ol>
	<li>C</li>
</ol>

}}}

Even if the user hits backspace again to try to re-create the original list structure, 'A' and 'C' are now treated as separate lists e.g. the numbering is restarted, if the user tries to indent the list, only 'A' is indented.[[BR]]

This was introduced with rev [7392] and also occurs for bulleted lists."	Bug	new	Normal		General	3.6.3		IBM	Damian Satya Minnekanti
