﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7618	Unwanted bullet added to a list containing different paragraph formats.	James Cunningham		"'''Steps to reproduce the defect:'''

1. Open the Ajax sample in Firefox or Safari.

2. Paste in the following code:

{{{
<ul>
	<li>
		<h1>
			item 1</h1>
		<ul>
			<li>
				<h2>
					item 2</h2>
			</li>
		</ul>
	</li>
</ul>
}}}

3. Place the cursor at the end of the first list item & hit Enter.

'''Expected:''' A new list item is created so the list should now contain 3 list items with a bullet before each list item.

'''Actual:''' A new bullet is displayed before the second list item i.e. the second list item now has 2 bullets displayed before it. (see screenshot)
"	Bug	closed	Normal		Core : Lists	3.1	fixed	IBM FF Safari	Damian Satya Minnekanti Teresa Monahan
