Skip to content

Fix tooltip display on desktop#9129

Merged
lstein merged 1 commit intoinvoke-ai:mainfrom
JPPhoto:fix-tooltip-display
May 7, 2026
Merged

Fix tooltip display on desktop#9129
lstein merged 1 commit intoinvoke-ai:mainfrom
JPPhoto:fix-tooltip-display

Conversation

@JPPhoto
Copy link
Copy Markdown
Collaborator

@JPPhoto JPPhoto commented May 6, 2026

Summary

Fixes a bug introduced in #9001 where tooltips were being hidden on desktop Chrome when the browser reported no hover capability. Replaces the broad (hover: none) CSS suppression with a runtime touch-input class, so tooltips are hidden only after actual touch input and restored when mouse input is detected. Adds a focused regression test for the tooltip CSS behavior.

Related Issues / Discussions

#9001

QA Instructions

Verify that tooltips are present on Chrome desktop and still hidden on mobile devices.

Merge Plan

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@JPPhoto JPPhoto added the frontend PRs that change frontend files label May 6, 2026
@JPPhoto JPPhoto added the v6.13.x label May 6, 2026
@JPPhoto JPPhoto moved this to 6.13.x Theme: MODELS in Invoke - Community Roadmap May 6, 2026
@JPPhoto JPPhoto force-pushed the fix-tooltip-display branch from c0e6e9e to 0a6bf88 Compare May 7, 2026 00:30
@JPPhoto JPPhoto force-pushed the fix-tooltip-display branch from 0a6bf88 to 9cfbff7 Compare May 7, 2026 00:37
Copy link
Copy Markdown
Collaborator

@lstein lstein left a comment

Choose a reason for hiding this comment

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

I can confirm that the tooltips remain hidden on iOS tablets and phones.

@lstein lstein merged commit 3af0c22 into invoke-ai:main May 7, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files v6.13.x

Projects

Status: 6.13.x Theme: MODELS

Development

Successfully merging this pull request may close these issues.

2 participants