Opened 12 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

  1. Open API Sample.
  1. Place cursor at end of content in CK Editor.
  1. Press "Set Editor Contents" button.
  1. 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 12 years ago by Jakub Ś

Keywords: Firefox added
Status: newconfirmed
Version: 3.3

Reproducible on FF4+ from CKEditor 3.3.

Last edited 12 years ago by Jakub Ś (previous) (diff)

comment:2 Changed 12 years ago by Jakub Ś

Summary: Cursor position on FF 7 different from FF 3.6 & other browsersCursor position on FF4+ different from FF 3.6 & other browsers

comment:3 Changed 12 years ago by Jakub Ś

#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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy