Opened 13 years ago

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

  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. Select b and c item as in example
  2. 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

Change History (1)

comment:1 Changed 13 years ago by Garry Yao

Priority: NormalLow
Status: newconfirmed

Definitely a usability issue, but we need to understand priority properly.

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