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 tooltips to NavigationViewItems on AddWidget dialog #2908

Merged
merged 1 commit into from
May 15, 2024

Conversation

guimafelipe
Copy link
Contributor

Summary of the pull request

This PR adds tooltips to the menu items in the AddWidgetDialog page.

image

References and relevant issues

https://dev.azure.com/microsoft/OS/_workitems/edit/49360580
https://dev.azure.com/microsoft/OS/_workitems/edit/50153016

Detailed description of the pull request / Additional comments

If the string have too many characters, the text will be clipped on the NavigtationViewItem on the AddWidgetDialog page. This can also happen when the user needs to scale up the size of the text to 200% for example. Limiting the size of the strings is also problematic because of changes on the size due to localization to other languages.

This issue also appears externally from Dev Home, on the Windows 11 start menu for example. And the way they worked around this is adding tooltips that can fully show the intended string.

Validation steps performed

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

@krschau krschau merged commit a55346e into main May 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants