Opened 12 years ago

Closed 12 years ago

#8653 closed Bug (duplicate)

Arrow keys in Firefox don't work if editor is absolutely positioned.

Reported by: David Alan Hjelle Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3
Keywords: Firefox9 Cc:

Description

This bug is similar to http://dev.ckeditor.com/ticket/8138.

Using Firefox 9.0.1 on Fedora and on Windows, I can run the following line of JS in the console on the demo page:

document.getElementById( "cke_editor1" ).style.position = "absolute";

This causes the arrow keys to stop moving the caret in the editor, as they do in all other browsers I've tested.

(This may be a Firefox bug. If I can reduce it to that, I will report that to Mozilla and report back here, as well.)

Change History (3)

comment:1 Changed 12 years ago by Alfonso Martínez de Lizarrondo

That's https://bugzilla.mozilla.org/show_bug.cgi?id=682712 and it will be fixed in Firefox 11. You can use Firefox Aurora to test it.

comment:2 in reply to:  1 Changed 12 years ago by David Alan Hjelle

Replying to alfonsoml:

That's https://bugzilla.mozilla.org/show_bug.cgi?id=682712 and it will be fixed in Firefox 11. You can use Firefox Aurora to test it.

Excellent news! Thank you!

comment:3 Changed 12 years ago by Jakub Ś

Keywords: Firefox9 added; Firefox removed
Resolution: duplicate
Status: newclosed
Version: 3.6.23.3

DUP of #8138.

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