﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6688	Wrong structure after insert list item	Martin		"1. Crete list like this:
  
{{{
<ul>
 <li>a
  <ul>
   <li>[b</li>
   <li>c]
    <ul>
     <li>d</li>
    </ul>
   </li>
  </ul>
  </li>
  <li>e</li>
  <li>f</li>
</ul>

}}}
[[BR]]

2. Select b and c item as in example[[BR]]
3. Type some char e.g. 'a'
[[BR]]

'''Expected result'''[[BR]]
New char will be replaciing 'b' item and 'c' item will be removed

'''Actual result'''[[BR]]
New char is replacing 'b' item (correct) but depends on browser 'c' is always incorrect



"	Bug	confirmed	Low		Core : Lists	3.0			
