-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(react/tooltip): resolve tooltip misalignment issue with popup modal items for V1 #925
Conversation
… the isOverflow state
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: 4e7a4f0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Reviewer Guide 🔍(Review updated until commit 4e7a4f0)
|
… the isOverflow state
471e1bd
to
06f1d0d
Compare
packages/react-docs/pages/components/tooltip/positioning-follow-cursor.js
Outdated
Show resolved
Hide resolved
packages/react-docs/pages/components/tooltip/positioning-next-cursor.js
Outdated
Show resolved
Hide resolved
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1 #925 +/- ##
==========================================
+ Coverage 71.33% 71.48% +0.14%
==========================================
Files 374 375 +1
Lines 6273 6284 +11
==========================================
+ Hits 4475 4492 +17
+ Misses 1798 1792 -6 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2024-09-19 07:00:42 +0000, PR #925 (4e7a4f0) was successfully deployed. You can view it at the following link: |
eea3508
to
5942f0a
Compare
…sor` prop is enabled
/review |
/improve |
Persistent review updated to latest commit 4e7a4f0 |
PR Code Suggestions ✨Latest suggestions up to 4e7a4f0
Previous suggestionsSuggestions up to commit 471e1bd
|
For Tonic V1, the Tooltip also misaligns with popup modal items.
Issue: #893
Refer to the PR: #894
Demo: