Opened 13 years ago

Last modified 13 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

  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>

  1. Create selection form 'b' to 'd' item as in example
  1. 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 13 years ago by Garry Yao

Similar with #6688.

comment:2 Changed 13 years ago by Garry Yao

Status: newconfirmed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy