Opened 15 years ago
Last modified 11 years ago
#5837 closed Bug
[ContentEditable] Wrong inline styles result when selection start with readonly element — at Initial Version
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
- 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 not 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.