Opened 16 years ago

Closed 16 years ago

#2546 closed Bug (expired)

List is broken when pressing enter in empty sublist item

Reported by: Jon Håvard Gundersen Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version:
Keywords: Pending WorksForMe Cc:

Description

Following scenario creates a broken list:

  1. Create a simple list with 2 subitems
  2. Move to first sub item and press enter, an empty subitem is made.
  3. Inside the empty subitem press enter one more time.

Result: The empty sub element is removed and IE renders a bullet list outside of the sublist, at level 1

In source mode following code is displayed:

<ul>
    <li>item 1
    <ul>
        <li>item 1.1</li>
    </ul>
    </li>
    <li>
    <ul>
        <li>item 1.3</li>
    </ul>
    </li>
</ul>

Change History (2)

comment:1 Changed 16 years ago by Artur Formella

Component: GeneralCore : Lists
Keywords: Pending WorksForMe added

I couldn't reproduce this bug on IE7 Could you attach the code before the point 3.

comment:2 Changed 16 years ago by Martin Kou

Resolution: expired
Status: newclosed

Ticket expired.

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