Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The single letter navigation key b does not work to jump to ARIA toggle buttons #4098

Closed
nvaccessAuto opened this issue Apr 28, 2014 · 5 comments

Comments

@nvaccessAuto
Copy link

Reported by rnickelson on 2014-04-28 12:20
Open the following url in Firefox or Internet explorer.
https://labs.ssbbartgroup.com/index.php/ARIA_Button
Navigate to the Test 1 button
Press B
The Go button is announced. the expected result is that the test 2 button will be announced.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-04-28 13:48
Confirmed. The second button is a toggle button, which is why it gets skipped. This works fine for ARIA buttons which can't be toggled.

We need to include toggle buttons and menu buttons when navigating by button.
Changes:
Changed title from "The single letter navigation key b does not work to jump between ARIA buttons." to "The single letter navigation key b does not work to jump to ARIA toggle buttons"
Milestone changed from None to next

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2014-04-28 13:51
This seems to work as expected for me in IE. What version of IE did you test with?

@nvaccessAuto
Copy link
Author

Comment 3 by briang1 on 2014-04-28 15:53
IE8 jumps between the test objects, but not Firefox 29 or 28 using xp for what its worth.

@nvaccessAuto
Copy link
Author

Comment 4 by James Teh <jamie@... on 2014-04-29 07:19
In [124bed7]:

In browse mode in Mozilla applications, using quick navigation commands to move to the next or previous button or form field now includes toggle buttons as expected.

Fixes #4098.

Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 5 by jteh on 2014-04-29 07:19
Changes:
Milestone changed from next to 2014.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant