Opened 13 years ago
Last modified 12 years ago
#8548 confirmed Bug
Cursor position on FF4+ different from FF 3.6 & other browsers
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3 |
Keywords: | IBM Firefox | Cc: | Damian, Teresa Monahan |
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 (3)
comment:1 Changed 13 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 3.3 |
comment:2 Changed 12 years ago by
Summary: | Cursor position on FF 7 different from FF 3.6 & other browsers → Cursor position on FF4+ different from FF 3.6 & other browsers |
---|
comment:3 Changed 12 years ago by
#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");
Reproducible on FF4+ from CKEditor 3.3.