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

Adding AutomationProperties.Name string to dashboard page #2545

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

guimafelipe
Copy link
Contributor

@guimafelipe guimafelipe commented Apr 5, 2024

Summary of the pull request

This PR adds an accessible name to the Dashboard Tool Page.

References and relevant issues

https://dev.azure.com/microsoft/OS/_workitems/edit/49356719

Detailed description of the pull request / Additional comments

When the user first focus a control inside the dashboard page, it should narrates the title of the page, so the user knows in which page it is in.

Validation steps performed

PR checklist

Copy link
Collaborator

@krschau krschau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a problem because we're not using the built-in header on this page? (I think a way to check would be if Extensions page does not have this problem -- it uses the built-in header). I'd also be curious what happens on the Settings pages. They use a "real" header, but its a BreadcrumbBar, not just a string.

@krschau krschau added the Needs-Second Pull request that needs another approval label Apr 5, 2024
@guimafelipe
Copy link
Contributor Author

@krschau Actually every single page have this problem in Dev Home, but I don't think there is a one fix for all. I was thinking of having this in the Tool Page code to get the localized string, but in the end, it would be more code than just adding the AutomationProperties.Name for each page.

@guimafelipe guimafelipe merged commit efdffbc into main Apr 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Second Pull request that needs another approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility fixes for 0.13 milestone
3 participants