-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Calendar bug fixes #9328
Calendar bug fixes #9328
Conversation
Component perf results:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
🎉 Handy links: |
🎉 Handy links: |
Pull request checklist
$ npm run change
Description of changes
fixing text overflow bug in date-time Calendar component when user inputs text that is very long. Before there was no overflow behavior so text overlaps itself. Now the text hides overflow and adds ellipsis.
in both OUFR and date-time calendars, adding tooltips for buttons that have no text in them. Note that Narrator is slightly slower in reading this text out than before with it being an aria-label, but as noted here: 'title' attribute value should not be read when 'aria-label' is available in [Chrome] and [Firefox] nvaccess/nvda#7841, we generally don't want to have the same aria-label and title text because screen readers will read it twice, and title text does get read.
Focus areas to test
(optional)
Microsoft Reviewers: Open in CodeFlow