Opened 13 years ago

Closed 11 years ago

#8035 closed Bug (fixed)

Selecting uneditable element via elements path takes cursor to previous editable element

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3
Keywords: WebKit Cc:

Description

With the following:

<p>
	&nbsp;</p>
<div contenteditable="false">
	aaa</div>

Click on "aaa". In the elements patch, click on "div". See that instead, the cursor jumps to the paragraph.
Tested on Chrome. Not a recent regression.

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Summary: Webkit: Selecting uneditable element via elements path takes cursor to previous editable elementSelecting uneditable element via elements path takes cursor to previous editable element
Version: 3.3

I have found two problems related with this ticked for Webkit and Opera. Both have started from CKEditor version 3.3.

  1. You can't enter noneditable div using arrow keys. The same thing happens for Opera.
  2. The above TC is valid for Webkit. In Opera you can't even click on a div. If you double-click on this div then it gets selected.

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Fixed in 4.3.

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