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] In WPF Narrator is not reading the items of an Editable ComboBox #10611

Open
adesypri opened this issue Mar 21, 2025 · 0 comments
Labels
Investigate Requires further investigation by the WPF team.

Comments

@adesypri
Copy link

adesypri commented Mar 21, 2025

Description

.NET Core Version: net8
Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? No

This issue has been opened again #7005, however we noticed that the app does not send the events that the Narrator expects.

The attached video comes from our application, but we can also reproduce in the attached sample app.

This only reproduces when the ComboBox's IsEditable is True, and we have no customizations in the area.

WpfApp2_combobox_isEditableBreaksNarratorFocus_bug.zip

Reproduction Steps

Create an editable ComboBox with some items.
Navigate using Narrator

Expected behavior

Narrator does not move to the items

Actual behavior

Narrator should move to the items

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

@himgoyalmicro himgoyalmicro added the Investigate Requires further investigation by the WPF team. label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigate Requires further investigation by the WPF team.
Projects
None yet
Development

No branches or pull requests

2 participants