Opened 14 years ago
Last modified 14 years ago
#6689 confirmed Bug
Unexpected list structure after insert list item
Reported by: | Martin | Owned by: | |
---|---|---|---|
Priority: | Normal | 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>
- Create selection form 'b' to 'd' item as in example
- Type some char e.g. 'a'
Expected result
New char will be replacing 'b' item and rest of selection will be removed
Actual result
I don`t see typed char and list has strange structure. Diffrent structure depends on browsers.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Similar with #6688.