-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 autocomplete = 'on' is narrated as read-only by Windows Narrator #12497
Comments
Hi @SarveshNamjoshi, thanks for reaching out o this. I confirm repro of this behavior: |
@aneeshack4 Thanks for clarifying the behavior. |
@SarveshNamjoshi Yes confirming that behavior. |
This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fabric React! |
Hey @aneeshack4, @smhigley brought this to my attention. I understand that if you think about how it's built it may make sense for it to be "read-only", but that's a confusing message for someone hearing and using the control. Is there anything we can do? |
If it helps, there's work on creating an example of exactly this pattern in the APG: w3c/aria-practices#1026 (code preview: https://raw.githack.com/w3c/aria-practices/select-only-combo/examples/combobox/combobox-select-only.html). The gist is that rather than use an |
Environment Information
Package version(s): current
Browser and OS versions: Microsoft Edge Version 81.0.416.34 (Official build) beta (64-bit)
Please provide a reproduction of the bug in a codepen:
Code pen : https://codepen.io/Namjoshi/pen/oNXVmNp
repro-steps : 1. Run the codepen in Edge (preferably in Edge chromium)
2. Start windows narrator (with scan mode off)
3. navigate till combobox
4. Observe that narrator is narrating the combobox as read-only
Actual behavior:
For Combobox with autocomplete = 'on', windows narrator is narrating as read-only.
Expected behavior:
Since user is able to type in the combobox, narrator should not narrate the combobox as read-only.
Priorities and help requested:
Requested priority: High
The text was updated successfully, but these errors were encountered: