-
Notifications
You must be signed in to change notification settings - Fork 185
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
patch: pr8247 #8260
patch: pr8247 #8260
Conversation
andrey-medvedev-vk
commented
Feb 12, 2025
- patch fix(OnboardingTooltip): a11y #8247
- Добавил FocuTrap чтобы фокус сразу попадал в OnboradingTooltip для пользователей скринридеров. - Сделал `overlay` прозрачной кнопкой, чтобы можно было по нажатию на неё закрыть `OnboardingTooltip` и передвинул его DOM-дереве перед контентом тултипа, чтобы он не перекрывал весь текст тултипа. - Добавил `role="dialog"` и `aria-modal="true"` чтобы пользователь скринридера не мог выйти за пределы тултипа пока его не закроет. - Добавил warning если title/aria-label/aria-labelledby не заданы
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
e2e tests |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 7.1-stable #8260 +/- ##
==============================================
+ Coverage 95.53% 95.57% +0.03%
==============================================
Files 397 397
Lines 11360 11367 +7
Branches 3753 3757 +4
==============================================
+ Hits 10853 10864 +11
+ Misses 507 503 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
👀 Docs deployed
Commit 3410454 |
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.
удалил майлстоун, т.к. есть в основной задаче