Opened 15 years ago
Closed 15 years ago
#5118 closed Bug (fixed)
Arrow keys navigation in RTL languages is incorrect
Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Accessibility | Version: | 3.1 |
Keywords: | Confirmed Review+ | Cc: |
Description
It is expected that the left arrow key will go to the icon that is to the left of the current, but in RTL languages the left arrow is actually mobing to the icon that is to the right of the current.
in other words, the navigation arrow keys should be switched when using RTL language.
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.3 |
comment:2 follow-up: 4 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 5118.patch added |
---|
comment:4 follow-up: 5 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Replying to Saare:
Applies to the context menu as well.
In which sense? The sub menu keystrokes is correct for me in trunk.
comment:5 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
Replying to garry.yao:
Replying to Saare:
Applies to the context menu as well.
In which sense? The sub menu keystrokes is correct for me in trunk.
I don't remember what was the problem with the context menu, so ignore it for now. i'll let you know if i encounter this bug again.
Anyway, R- because L14 in specialchar dialog should be like L10 in smiley dialog in the patch, and the bug ahould be fix in the editor toolbar as well.
Changed 15 years ago by
Attachment: | 5118.2.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:7 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
:) Thank you Saare, you're a wonderful JavaScript developer[[BR]] Fixed with [5235].
Applies to the context menu as well.