Opened 13 years ago

Last modified 13 years ago

#7517 confirmed Bug

Removing second-level lists in IE is unintuitive.

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE Cc:

Description

Create two level list or paste the following code:

<ol>
	<li>
		item1</li>
	<li>
		item2
		<ol>
			<li>
				item3</li>
			<li>
				item4</li>
			<li>
				item5</li>
		</ol>
	</li>
	<li>
		item6</li>
	<li>
		item7</li>
	<li>
		item8</li>
</ol>

Try to select 2-level list (item 3-5) and press delete or backspace. Result depends on IE version:

  1. IE6 and IE7 - deleting whole second level list works if you select something like "empty space" behind item2 element. See ie67.png. If you don't select "empty space" behind item 2 there will be second-level empty list element left.
  2. IE9 - there will always be second-level empty list element left.
  3. IE8 - This is weird. If you select second-level list with empty space behind item2, than after pressing backspace you will get first-level empty list element. See ie8_empty.png. If you delete second-level list without this "empty space" than just see the ie8_without_empty.png, it will tell you more than my explanation :)

To remove empty element you have to place cursor behind item2 and press delete. In my opinion this is very unintuitive. Furthermore the described issue works perfectly in other browser. When you select second-level list you can delete it whole and nothing will be left.

Attachments (3)

ie67.png (14.3 KB) - added by Jakub Ś 13 years ago.
ie8_empty.png (14.9 KB) - added by Jakub Ś 13 years ago.
ie8_without_empty.png (14.2 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Jakub Ś

Attachment: ie67.png added

Changed 13 years ago by Jakub Ś

Attachment: ie8_empty.png added

Changed 13 years ago by Jakub Ś

Attachment: ie8_without_empty.png added

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
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