Opened 15 years ago
Last modified 14 years ago
#4451 confirmed Bug
Different "Apple + LeftArrow" keyboard shortcut behavior in Firefox on Mac OS X
Reported by: | Mike | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description
OS: Mac OS X 10.6.1
Browser: Firefox 3.5.3
Product: CKEditor 3.0
Steps to reproduce:
1) Open "http://ckeditor.com/" in Firefox on Mac OS X
2) Click on [See the demo] button
3) Place text cursor anywhere in CKeditor enabled textarea and type there a random word
4) Press "Apple + LeftArrow" keyboard button combo:
Expected: Text cursor moves to beginning of line, like in any other textarea.
Actual: Browser recognize this button combo as "Browser back" shortcut, and returns to "http://ckeditor.com/"
In Safari 4.0.3 - behavior is correct: when text cursor is inside CKeditor textarea, button combo moves cursor to beginning of line, when textarea is not selected - browser recognizes this shortcut as "Go back" button.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
This issue is reproducible in all versions of Firefox (3.6, 4, 5) from CKEditor 3.0.
- Open any sample
- Place the cursor at the beginning of sample text
- Press Apple+right arrow (or windows+right arrow). The cursor goes to the end of sample text
- Press Apple+left arrow (or windows+left arrow). The browser goes back one page.
Also same thing on nightly build.