Opened 14 years ago
Closed 11 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:
- 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>
- 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)
Change History (3)
Changed 14 years ago by
Attachment: | handlers for 1st paragraph.jpg added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.3.2 |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I cannot reproduce it on IE8 on CKeditor 4.3.
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.