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

Fixing a JAWS exception in a PropertyGrid #6747

Commits on Feb 23, 2022

  1. Fix Exception when clicking on the value of PropertyGrid's property u…

    …nder JAWS tool dotnet#6704
    
    The issue is reproduced because for "FragmentRoot" we return  "PropertyGridView.AccessibilityObject" and not "PropertyGrid.AccessibilityObject".
    
    Now "FragmentRoot" returns "PropertyGrid.AccessibilityObject". This matches the behavior of other accessibility objects in the PropertyGrid.
    SergeySmirnov-Akvelon committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    79d9704 View commit details
    Browse the repository at this point in the history