Opened 11 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 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.4.3 → 4.0 |
comment:2 Changed 8 years ago by
Cc: | ingokr added |
---|