Ticket #2546 (closed Bug: expired)

Opened 3 months ago

Last modified 2 weeks ago

List is broken when pressing enter in empty sublist item

Reported by: jonhg 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

Changed 3 months ago by arczi

  • keywords Pending WorksForMe added
  • component changed from General to Core : Lists

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

Changed 2 weeks ago by martinkou

  • status changed from new to closed
  • resolution set to expired

Ticket expired.

Note: See TracTickets for help on using tickets.