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
Reported by geoff on 2012-05-14 15:38 NVDA+UpArrow reads all values for a combo box when in forms mode, rather than just the highlighted value.
Steps to reproduce:
Expected Results:
NVDA should report the currently highlighted value, as it does in other situations of this type.
Actual Results:
NVDA reports all possible values in this combo box, with no indication of which one is selected. NVDA+TAB does however report the correct value.
I've only tested this with Internet Explorer 8 and 9 and it is present with both browsers.
The text was updated successfully, but these errors were encountered:
Comment 1 by silverhythm on 2012-05-14 18:47 It looks OK in Firefox 13.
Sorry, something went wrong.
Comment 2 by jteh on 2012-05-14 22:57 It's worth noting that NVDA+upArrow is more for reading the current line in text rather than other controls. However, this is still obviously a bug.
Comment 3 by mdcurran on 2012-10-04 05:10 Fixed in d33c4c9. Changes: Milestone changed from None to 2012.3 State: closed
No branches or pull requests
Reported by geoff on 2012-05-14 15:38
NVDA+UpArrow reads all values for a combo box when in forms mode, rather
than just the highlighted value.
Steps to reproduce:
Expected Results:
NVDA should report the currently highlighted value, as it does in other situations of this type.
Actual Results:
NVDA reports all possible values in this combo box, with no indication of which one is selected. NVDA+TAB does however report the correct value.
I've only tested this with Internet Explorer 8 and 9 and it is present with both browsers.
The text was updated successfully, but these errors were encountered: