Opened 13 years ago

Last modified 13 years ago

#6826 confirmed Bug

List: enter key causes outdent in empty list item only when item has no sublist. With sublist it creates new item on same level

Reported by: Arne Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.0
Keywords: IBM Cc: satya_minnekanti@…

Description

Go to demo page:

  1. Clear content

Create following list :

<ul>
  <li>item
    <ul>
      <li>item
        <ol>
	  <li>&nbsp;</li>
	  <li>item</li>
	</ol>
      </li>
    </ul>
  </li>
</ul>
  1. Put cursor in first numbered item.
  1. Press enter and observe the outdent behavior.
  1. Press enter again and observe that outdenting does not occur.

Is this intentional behavior ?

Tested in Firefox 3.6.13, WinXP, CK version 3.4.2.

Change History (2)

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Lists
Status: newconfirmed
Version: 3.0

comment:2 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

This is reproducible on all browsers IE,Safari,Opeara

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