-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
Pressing alt+upArrow on combo box in focus mode bounces back to focus mode if cursor not within combo box #1630
Comments
Comment 1 by jteh (in reply to comment description) on 2011-06-30 23:47
This is because the autocomplete list is a pop-up and isn't really part of the document. This is standard behaviour for such pop-ups, including browser context menus and autocompletes. The first press of escape closes the pop-up, returning you to the document. The second then gets picked up by NVDA.
You can't uncheck a radio button. Once a radio button is checked, you can only uncheck it by selecting another radio button in the same group. This is how the control is designed.
Confirmed. Changing summary to narrow scope to this issue with combo boxes. |
Comment 2 by jteh on 2011-09-02 11:19 |
Comment 3 by jteh on 2011-09-04 21:35 |
Comment 4 by mdcurran on 2011-09-04 23:24 |
Comment 5 by jteh (in reply to comment 4) on 2011-09-05 03:25
f8f2f5c |
Comment 6 by kevinchao89 on 2011-09-06 12:32 |
Comment 8 by kevinchao89 on 2011-10-08 19:49
With first press of ESC closing popup and returning focus ot document, is there any reason that NVDA could not recognize this event change and switch to browse mode, and provide the sound indicating that this change took place? With current implimentation, it's not intuitive and if ESC is pressed rapidly, it could take more than 2 presses to return to browse mode. Excellent! Confirmed fixed in 4715. original/main issue continues to work very nicely! Thanks! |
Reported by kevinchao89 on 2011-06-30 13:01
Firefox 7.0a1 (2011-06-29) and NVDA Snapshot 4511
http://www.html5accessibility.com/tests/form-test.html
There are a few issues with how NVDA works with html5 form controls.
Datalist: TAB to it or ARROW and ENTER to enter focus mode, arrow to value, and try to switch to browse mode (requires several presses of ESC, where it should require one)
Radiobutton: R to it, status is unchecked, ENTER on it will change to checked (NVDA reports it correctly), but pressing ENTER on it again will not change value to unchecked.
Combobox: C to Combobox, NVDA will read "Select Element, Combobox";
UP ARROW to "type='color'";
DOWN ARROW to combobox;
ALT+DOWN ARROW to expand;
DOWN ARROW to next value;
ALT+UP ARROW to close combobox (NVDA will force combobox to expand) ;
Will have to try ALT+UP ARROW two more times (total of three) to close combobox.
Arrow to it, Expand with ALT+DOWN ARROW, DOWN ARROW to an item, close with ALT+UP ARROW (NVDA will force combobox to expand again)
have to close it several times.
The text was updated successfully, but these errors were encountered: