feat(Tooltip): redesign using Floating UI - #6783
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 89cfec6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
jsulpis
force-pushed
the
feat/new-tooltip
branch
from
August 12, 2026 08:40
47b1a8a to
25302aa
Compare
jsulpis
force-pushed
the
feat/new-tooltip
branch
from
August 12, 2026 09:20
25302aa to
6af2dce
Compare
jsulpis
force-pushed
the
feat/new-tooltip
branch
from
August 12, 2026 09:57
6af2dce to
784c5ea
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6783 +/- ##
==========================================
+ Coverage 91.00% 91.03% +0.03%
==========================================
Files 566 569 +3
Lines 10375 10455 +80
Branches 3754 3803 +49
==========================================
+ Hits 9442 9518 +76
- Misses 933 937 +4
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
lisalupi
reviewed
Aug 12, 2026
jsulpis
force-pushed
the
feat/new-tooltip
branch
from
August 13, 2026 16:11
f6a22a9 to
4ec9e77
Compare
lisalupi
approved these changes
Aug 14, 2026
jsulpis
force-pushed
the
feat/new-tooltip
branch
from
August 20, 2026 12:42
014b4f8 to
89cfec6
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type
Summarize concisely:
What is expected?
Tooltip: rebuilt on Floating UI instead of thePopup, fixing multiple positioning and accessibility bugs.tabIndexdefaults to-1when the children is already a focusable element, removing the double tab stoparia-controlsis no longer set, androleis hard-pinned totooltiparia-describedbyis now forwarded to render-function children and is only set while the tooltip is openThe following changes were made:
Relevant logs and/or screenshots
A few components tooltips are a bit broken in this PR, the fixes are made in the next PR.