Opened 14 years ago
Last modified 14 years ago
#6688 confirmed Bug
Wrong structure after insert list item
Reported by: | Martin | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | Cc: |
Description
- 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>
- Select b and c item as in example
- Type some char e.g. 'a'
Expected result
New char will be replaciing 'b' item and 'c' item will be removed
Actual result
New char is replacing 'b' item (correct) but depends on browser 'c' is always incorrect
Definitely a usability issue, but we need to understand priority properly.