Opened 15 years ago
Last modified 11 years ago
#5837 closed Bug
[ContentEditable][IE] Wrong cursor position at the end of readonly element — at Version 2
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description (last modified by )
- Load the following HTML:
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
- Put cursor at the start of the last paragraph;
- Press Left Arrow;
Current results: Cursor is now anchored at the end of second paragraph and it's even able to type more characters.
Expected results: Cursor should skip the second paragraph and be placed at the end of the first line.
Reproduced on the contenteditable feature branch.
Change History (2)
comment:1 Changed 15 years ago by
Summary: | [ContentEditable] Wrong inline styles result when selection start with readonly element → [ContentEditable][IE] Wrong cursor position at the end of readonly element. |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | [ContentEditable][IE] Wrong cursor position at the end of readonly element. → [ContentEditable][IE] Wrong cursor position at the end of readonly element |