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

Restore fetch of selected item in listboxes #10713

Merged
merged 1 commit into from Jan 29, 2020

Conversation

feerrenrut
Copy link
Contributor

@feerrenrut feerrenrut commented Jan 23, 2020

Link to issue number:

Original issue #9364
And original fix

Chrome bug tracker: https://crbug.com/947898

Summary of the issue:

Due to #9364, fetching of selected item for list boxes was disabled. The issue in Chrome has been fixed since Version 77, we are now able to restore this functionality.

Description of how this pull request fixes the issue:

Remove Chrome specific code avoiding fetching selected items for listboxes.

Testing performed:

Followed STR from #9364.

Known issues with pull request:

Change log entry:

New features:
The currently selected item in listboxes is again presented in browse mode in Chrome, similar to NVDA 2019.1.

The issue in Chrome was resolved in version 77. It is now safe to re-enable fetching of selected items for listboxes.
Original issue #9364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants