-
Notifications
You must be signed in to change notification settings - Fork 344
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
Bugs in example: listbox/listbox-rearrangeable.html (multiselect keyboard interactions) #919
Comments
(I can't get these keys to work in FF on Mac either) |
I also had this issue recently with IE and Chrome on Windows 10, as well as Safari. |
Sorry, I could not get to updating this issue till now. |
All - Chris Mills over at MDN says this isn't an issue on MacOS any longer. I'll check into it myself, but might be worth others checking too. |
Does this work in any browser? I don't see any code to handle it, so I'd be a bit surprised if it did 😄. |
|
On my computer they do not work in Chrome and Firefox under Windows. But these access keys are only marked as optional. |
JAWS-test said
And so the plot thickens - good to know, thanks for that! |
@charmarkk you're talking about the shift + arrows/home/end and control + A, right? That doesn't work for me in any browser in Windows, including Firefox (which is my main browser) 😄. I think the plot actually thins -- there is no script to implement those keys, so they don't work anywhere 😂 |
FF 73.0.1 and Chrome 80.0.3987.116 on Windows 10, Example 2 does not work as advertised in the Multiple selection keys supported in example 2 table (except for |
@smhigley @carmacleod you're correct - my poor brain this Monday morning. Those keys indeed do not work as written. Thank you~ |
I'm working on an implementation now 👍 |
…ple selection (pull #1344) Resolves issue #919 by adding the following commands for selecting options: - Shift + arrow keys - Control + Shift + home and end - Control + A, command-a on macOS - Shift + Click Adds regression tests for the commands. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Carolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>
Listboxes with Rearrangeable Options: Add keyboard commands for multiple selection (pull #1344) Resolves issue #919 by adding the following commands for selecting options: - Shift + arrow keys - Control + Shift + home and end - Control + A, command-a on macOS - Shift + Click Adds regression tests for the commands. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Carolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>
…ple selection (pull w3c#1344) Resolves issue w3c#919 by adding the following commands for selecting options: - Shift + arrow keys - Control + Shift + home and end - Control + A, command-a on macOS - Shift + Click Adds regression tests for the commands. Co-authored-by: Matt King <a11yThinker@gmail.com> Co-authored-by: Carolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>
In chrome on linux, the following key commands do not work in the second example implementation on the example page listbox/listbox-rearrangeable.html:
The text was updated successfully, but these errors were encountered: