﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5085	Bullet points duplicated on single line	bpbdope		"First, create a few bullet point lists items with nested lists. Next try to select a nested list and start typing to overwrite the text. Notice how the text continues at the parent list level and the multiple bullet points on the same line. It is really hard to recover from this, without deleting and recreating the lists. It seems to only be an issue in Firefox and IE6,7,8. Looking at the source, it seems that there is an orphaned <ul> tag under an empty <li> tag. 

For example, the source below will cause the duplicate bullet points:

<ul>
   <li>first level</li>
   <li>
       <ul>
            <li>start of 2nd level</li>
       </ul>
   </li>
</ul>

It is possible to get into this situation using the above steps to highlight and overwrite text."	Bug	confirmed	Normal		Core : Lists	3.0		Firefox IE	
