-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Narrator doesn't read out button headers #640
Comments
The problem here is that Header is of type object and not of type string. Will think about a solution to this. |
What some of the .NET controls do to get automation text is just call .ToString() on the object. It's always there and the author of the type can decide how to implement it. |
Thanks! Is there going to be a new alpha out soon? |
Will release a new preview to nuget tomorrow. |
Thanks! Though I ran into another blocking issue. Opened #680 . |
Expected result:
Narrator reads out headers for the buttons
Actual result:
Nothing is read out, or just "button"
Setting AutomationProperties.Name explicitly on a fluent:Button makes it work, but it would be handy to have the control be accessible "by default".
Setting AutomationProperties.Name on a fluent:DropDownButton or fluent:SplitButton doesn't work. It just never reads out anything on it.
Environment
The text was updated successfully, but these errors were encountered: