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.
That's definitely one another IE weirdness. I'm not sure we have much to do here, other than reporting this thing to MS.