Opened 13 years ago
Closed 13 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 follow-up: 2 Changed 13 years ago by
comment:2 Changed 13 years ago by
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 13 years ago by
Keywords: | Firefox9 added; Firefox removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 3.6.2 → 3.3 |
DUP of #8138.
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.