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

Accessibility tree not showing selected option in selector #177

Open
hage1005 opened this issue Sep 17, 2024 · 0 comments
Open

Accessibility tree not showing selected option in selector #177

hage1005 opened this issue Sep 17, 2024 · 0 comments

Comments

@hage1005
Copy link

As title, here's an example:
image

Accessibility Tree:

[5265] StaticText 'For accurate reporting, be sure to refresh lifetime statistics whenever you change the time zone.'
[5268] link 'statistics'
[5269] StaticText ', click '
[5270] link 'here'
[5271] StaticText '.'
[5382] group 'Filter'
	[5663] StaticText 'Period'
	[5664] combobox 'Period' hasPopup: menu expanded: False
	[5773] StaticText 'From'
	[5667] textbox 'From *' required: True
	[6725] button 'undefined \ue627'

In the image, we can see that Day is selected for period, but this can't be inferred from the accessibility tree due to expanded: False. Maybe this can be fixed by adding aria-expanded="true" attribute to the <select> element?

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

No branches or pull requests

1 participant