#12169 closed enhancement (fixed)
[patch][ccla]Geo Map: Keyboard Navigation Supported in dojo map
Reported by: | ruanqi | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dojox | Version: | 1.6.0b1 |
Keywords: | map, keyboard navigation, a11y, 1.7-mobile | Cc: | Tom Trenka, Adam Peller, [email protected]…, [email protected]…, chrism1 |
Blocked By: | Blocking: |
Description
This feature is for a11y needs, just as other dojo interactive widget. Usage: The sections on the leading edge receive the focus in response to a TAB event. The user then be able to go around in the map by up/down/left/right. The section zooms in upon SPACE. The map zoom out on ESC. Finally, while it has the focus, the map lose the focus on TAB.
PS: testcases in geo/charting/tests/ have been applied keyboard navigation after the patch.
Attachments (2)
Change History (9)
comment:1 Changed 10 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Adam Peller |
Changed 10 years ago by
Attachment: | map_keyboard_navigation.patch added |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 10 years ago by
tried latest patch. in test_maps.html, when I click on a state, I get an exception "aroundCorner" is null in around() apparently popping up a tooltip. arrow navigation does not work, perhaps because of this exception.
zoom in/out seems to work, but exception temporarily disappears when zooming in
comment:4 Changed 10 years ago by
Cc: | chrism1 added |
---|
comment:6 Changed 10 years ago by
Keywords: | 1.7-mobile added |
---|
patch from Rock (IBM, CCLA)