Opened 10 years ago

Last modified 8 years ago

#12248 confirmed Bug

Selecting and deleting last entries of a list will remove the entire list

Reported by: Sven Meyer Owned by:
Priority: Normal Milestone:
Component: Core : Selection Version: 4.0
Keywords: Cc: ingokr

Description

Markup

<ul>
    <li>1</li>
    <li>2
        <ul>
            <li>2.1)</li>
        </ul>
    </li>
    <li>3</li>
</ul>

Selecting bullets '2.1' and '3' (in wysiwyg mode) followed by hitting 'backspace' or 'delete' will remove the entire list. It seems as if such a selection causes the editor to select the outer 'ul' as well. The same selection can be deleted safely by adding another list element at the end of the list.

Reproducible: always (Firefox, Chrome and IE)

Change History (2)

comment:1 Changed 10 years ago by Alan

Status: newconfirmed
Version: 4.4.34.0

comment:2 Changed 8 years ago by ingokr

Cc: ingokr added
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