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

  1. Load the following HTML:
<p>Para 1</p>
<p contenteditable="false">Non Editable</p>
<p>Para 2</p>
  1. Put cursor at the start of the last paragraph;
  2. 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.

Change History (0)

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