-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-418: Allow tooltip working with disabled button #8049
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
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8049 +/- ##
===========================================
- Coverage 70.49% 66.16% -4.33%
===========================================
Files 719 505 -214
Lines 51356 33841 -17515
Branches 8729 8733 +4
===========================================
- Hits 36205 22392 -13813
+ Misses 15148 11446 -3702
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
fab8998 to
d259f41
Compare
# Conflicts: # web/libs/core/src/lib/utils/feature-flags/flags.ts
d259f41 to
5a28638
Compare
|
/git merge
|
Tooltip did not work with disabled buttons as they did not emit any events. This is a workaround that listens to the parent element to catch hover state changes by
mouseover/mouseleaveevents on it.It provides a solution that will not change element layout, so it will keep the visual part in the expected way.
Before: