Skip to content

fix: allow tooltip to show on hover when Button has isPending (#9460)#9619

Merged
LFDanLu merged 2 commits intoadobe:mainfrom
albertdugba:fix/tooltip-hover-pending-button
Feb 6, 2026
Merged

fix: allow tooltip to show on hover when Button has isPending (#9460)#9619
LFDanLu merged 2 commits intoadobe:mainfrom
albertdugba:fix/tooltip-hover-pending-button

Conversation

@albertdugba
Copy link
Contributor

@albertdugba albertdugba commented Feb 5, 2026

Closes #9460

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

  1. Render a TooltipTrigger with a Button that has isPending={true}
  2. Hover over the button with the mouse
  3. Before fix: Tooltip does not appear
  4. After fix: Tooltip appears on hover
Screen.Recording.2026-02-05.at.11.20.28.pm.mov

@albertdugba albertdugba force-pushed the fix/tooltip-hover-pending-button branch from ba3d423 to 19631d6 Compare February 5, 2026 23:57
snowystinger
snowystinger previously approved these changes Feb 6, 2026
Copy link
Member

@snowystinger snowystinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and test!

Copy link
Member

@reidbarber reidbarber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I added a story since I couldn't find an existing story or docs example to try it.

@albertdugba
Copy link
Contributor Author

Thanks @reidbarber

@LFDanLu LFDanLu added this pull request to the merge queue Feb 6, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2026
@LFDanLu LFDanLu added this pull request to the merge queue Feb 6, 2026
Merged via the queue into adobe:main with commit 4ba9f1d Feb 6, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tooltip does not appear on hover when Button uses isPending

5 participants