Opened 13 years ago

Closed 10 years ago

#7854 closed Bug (fixed)

IE 6&7 Getting handlers when we navigate to first paragraph(non-editable) in editor body.

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3.2
Keywords: IBM Cc: Damian, James Cunningham, Teresa Monahan

Description

To reproduce the defect:

  1. Open CK Editor and create some paragraphs of text(both editable and non editable) & make first paragraph non-editable or copy the below code and paste it is source view.
<p contenteditable="false">
	first non editable paragraph.</p>
<p> first editable paragraph. </p>
<p contenteditable="false">
	second non editable paragraph.</p>
<p> second editable paragraph. </p>
  1. Go back to Rich text keep the cursor at end of last paragrAph and navigate to top paragraph using arrow keys.

Issue: we are getting handlers when we go to the Top Paragraph(non-editable) and we can't come out of it.

Only happening in IE6 & 7

I have attached a screenshot of the error.

Attachments (1)

handlers for 1st paragraph.jpg (43.6 KB) - added by Satya Minnekanti 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Satya Minnekanti

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.3.2

This has occurred first in version 3.2.1 and then from version 3.3.2 till current.

In versions 3.2.2 - 3.3.1 navigating with arrows caused insertion of empty paragraph at the top.

In versions 3.0.2 - 3.2 the first non-editable paragraph was deleted when navigating with arrows.

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

Resolution: fixed
Status: confirmedclosed

I cannot reproduce it on IE8 on CKeditor 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