Opened 14 years ago

Last modified 14 years ago

#6029 confirmed Bug

[IE] Last character is skipped when navigating through list items

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE Cc:

Description

Steps to reproduce

  • Insert the following html to source and place the caret at the marked place:
    <ul>
    	<li>
    		It^em
    		<ul>
    			<li>Sub-item</li>
    		</ul>
    	</li>
    </ul>
    
  • Move two times with the right arrow key.

Notice that the second time, the caret is placed in the beginning of the sub item and not the end of the first item as expected.

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Status: newconfirmed

That's definitely one another IE weirdness. I'm not sure we have much to do here, other than reporting this thing to MS.

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