Opened 14 years ago

Closed 10 years ago

#5837 closed Bug (fixed)

[ContentEditable][IE] Wrong cursor position at the end of readonly element

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc:

Description (last modified by Garry Yao)

  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 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 (4)

comment:1 Changed 14 years ago by Garry Yao

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 14 years ago by Garry Yao

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

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4

comment:4 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Fixed by #9764.

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