Opened 17 years ago

Closed 17 years ago

#1156 closed Bug (fixed)

Adding new element to a sublist breaks the list

Reported by: Jon Håvard Gundersen Owned by: Martin Kou
Priority: Normal Milestone:
Component: General Version:
Keywords: Confimed IE Cc:

Description

Ok, this one is a bit tricky to explain, but I will try, I've reproduced this bug several times.

Scenario:

  1. Go to nightly build sample01.html with IE7
  2. Select all text (ctrl-a) press delete.
  3. Write a sentence
  4. With cursor inside sentence - press numbered list icon
  5. Go to end of sentence and press enter and start to write sentence as element number 2
  6. After writing the sentence press the indentation icon to move the current element to a sub list (1.1)
  7. Press enter right afterwards
  8. The next element is not created as a element of this sublist but added as a orphan list element after the main numbered list.

Source code created by editor:

<ol>
    <li>qweqweqwe
    <ol>
        <li>qerqerqer</li>
    </ol>
    </li>
</ol>
<p>
<li>&nbsp;</li>
</p>
<blockquote dir="ltr" style="margin-right: 0px"></blockquote>

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Keywords: Confimed IE added

comment:2 Changed 17 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:3 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [971].

Click here for more info about our SVN system.

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