Ticket #8548 (confirmed Bug)
Cursor position on FF4+ different from FF 3.6 & other browsers
| Reported by: | satya | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.3 |
| Keywords: | IBM Firefox | Cc: | damo, tmonahan |
Description
Steps to reproduce
- Open API Sample.
- Place cursor at end of content in CK Editor.
- Press "Set Editor Contents" button.
- Press Shift+Tab twice & move focus back to content area in CK Editor.
Issue: On FF 7 cursor shows up at the end of content area.
On all other browsers (FF 3.6, IE(6,7,8,9), Opera & Safari) cursor shows at the beginning of content area.
Change History
comment:1 Changed 18 months ago by j.swiderski
- Status changed from new to confirmed
- Keywords Firefox added
- Version set to 3.3
comment:2 Changed 12 months ago by j.swiderski
- Summary changed from Cursor position on FF 7 different from FF 3.6 & other browsers to Cursor position on FF4+ different from FF 3.6 & other browsers
comment:3 Changed 12 months ago by j.swiderski
#8931 was marked as duplicate.
TC from that ticket:
CKEDITOR.appendTo('demoInside', { height: 300 });
jQuery("<div />").text("CLICK ME TO FOCUS").click(function(){
var editor = CKEDITOR.instances.editor2;
editor.setData("line1<br/>line2");
editor.focus();
}).appendTo("#demoInside");
Note: See
TracTickets for help on using
tickets.

Reproducible on FF4+ from CKEditor 3.3.