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

ComboBox with multiple selected values are not read aloud #10718

Closed
mirajp opened this issue Oct 4, 2019 · 4 comments · Fixed by #11436
Closed

ComboBox with multiple selected values are not read aloud #10718

mirajp opened this issue Oct 4, 2019 · 4 comments · Fixed by #11436

Comments

@mirajp
Copy link
Contributor

mirajp commented Oct 4, 2019

Environment Information

  • Package version(s): version 7 (latest at time of writing = 7.42.0)
  • Browser and OS versions: Chrome 77.0.3865.90 and Edge 44.18362.329.0 (on Windows 10)

Describe the issue:

Neither Narrator with Edge nor NVDA with Chrome reads the currently selected values of the ComboBox component.

Please provide a reproduction of the issue in a codepen:

https://codepen.io/mirajp/pen/YzzzKeX

Actual behavior:

Selected values are not read out loud.

Expected behavior:

When tabbing back to the combo box, the selected values should be read out loud (and the values should not appear to go blank when the field/control has focus).
image

@khmakoto
Copy link
Member

khmakoto commented Oct 4, 2019

Hi @mirajp, thanks for filing this issue! I can confirm that I can repro this in your codepen above. I'll work on a fix as soon as I can. Thanks!

@khmakoto
Copy link
Member

khmakoto commented Oct 7, 2019

Hi @mirajp, I talked with @joschect about this behavior and we've decided to track it as part of the ComboBox and Dropdown refactor we've been thinking about. I've already made an entry there for this issue.

@micahgodbolt
Copy link
Member

related to #10910

@msft-github-bot
Copy link
Contributor

🎉This issue was addressed in #11436, which has now been successfully released as [email protected].:tada:

Handy links:

@microsoft microsoft locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.