Opened 15 years ago
Closed 15 years ago
#5014 closed Task (fixed)
Navigation keystrokes compliance with JAWS
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Accessibility | Version: | |
Keywords: | Confirmed | Cc: |
Description
We should align our widget navigation keys with JAWS' default keystrokes which are considered as 'user convention' by adding the missing ones, while keeping the original ones.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5092] in 3.2.x branch.
JAWS suggest user the space key to active tab content, while we're using 'Enter' key only.
This's fixed with [4926] on aria branch.