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

Fix issue with announcing ExpandedCollapsedState for ComboBox in Property grid #1987 #4059

Commits on Oct 6, 2020

  1. Fix issue with announcing ExpandedCollapsedState for ComboBox in Prop…

    …erty grid dotnet#1987
    
    Issue is reproduced due to two competing requests to the Narrator. First request moves focus on selected item in options list, second request moves focus on control itself. As a result, in half of the cases the narrator announces the selected option, and in the other half the ExpandedCollapsedState of the control.
    
    As a fix, I removed RaiseAutomationEvent and RaiseAutomationPropertyChangedEvent and replaced them on a RaiseAutomationNotification. Now, the focus always remains on the selected item and Narrator announces selected option and ExpandedCollapsedState of control.
    SergeySmirnov-Akvelon committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0d20a62 View commit details
    Browse the repository at this point in the history