Opened 17 years ago
Closed 16 years ago
#3389 closed Bug (fixed)
Keystroke for open/close submenu
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | Accessibility | Version: | |
| Keywords: | IBM Confirmed | Cc: |
Description
There' no key assigned to help collapse submenu and go back to the first-level menu.
Attachments (5)
Change History (23)
Changed 17 years ago by
| Attachment: | 3389.patch added |
|---|
comment:1 Changed 17 years ago by
| Keywords: | Review? added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:2 Changed 17 years ago by
The patch is containing the latest change of #3390 for easy reviewing.
comment:3 Changed 17 years ago by
| Milestone: | CKEditor 3.0 → CKEditor 3.1 |
|---|
comment:4 Changed 16 years ago by
| Summary: | Keystrike for open/close submenu → Keystroke for open/close submenu |
|---|
comment:5 Changed 16 years ago by
| Keywords: | IBM added; Review? removed |
|---|
#3951 has been marked as DUP.
comment:7 Changed 16 years ago by
| Component: | General → Accessibility |
|---|
Changed 16 years ago by
| Attachment: | 3389_2.patch added |
|---|
comment:8 Changed 16 years ago by
| Keywords: | Review? added; Confirmed removed |
|---|
Making necessary changes since it's quite a old patch.
comment:9 Changed 16 years ago by
| Keywords: | Review- Confirmed added; Review? removed |
|---|
There are problems on Safari4, reproduce like this:
- Open context menu with submenu options (eg for table)
- Move cursor to option with submenu
- Press right arrow
- Press left arrow
Expected: focus is back to previous option with submenu, option is highlighted and we can navigate up/down.
Actual: focus is missing, up/down navigation is impossible
Changed 16 years ago by
| Attachment: | 3389_3.patch added |
|---|
comment:10 Changed 16 years ago by
| Keywords: | Review? added; Review- removed |
|---|
Changed 16 years ago by
| Attachment: | 3389_4.patch added |
|---|
comment:12 Changed 16 years ago by
| Keywords: | Review- added; Review? removed |
|---|
Patch works fine with one minor issue - in RTL mode, arrow which opens submenu should be reverted (from right to left).
comment:13 Changed 16 years ago by
| Milestone: | CKEditor 3.1 → CKEditor 3.0.1 |
|---|
Changed 16 years ago by
| Attachment: | 3389_5.patch added |
|---|
comment:14 Changed 16 years ago by
| Keywords: | Review? added; Review- removed |
|---|
Incoming patch take care about the direction convention.
comment:15 Changed 16 years ago by
| Milestone: | CKEditor 3.1 → CKEditor 3.2 |
|---|
comment:17 Changed 16 years ago by
| Keywords: | Review? removed |
|---|
Changes are checked in with [4977] on aria branch.
comment:18 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [5092] in 3.2.x branch.

Arrow-Left OR ESC is assigned to do the job, I'll update user-guide after closing this ticket.