Skip to content

Fix tooltip display on desktop#9129

Open
JPPhoto wants to merge 1 commit intoinvoke-ai:mainfrom
JPPhoto:fix-tooltip-display
Open

Fix tooltip display on desktop#9129
JPPhoto wants to merge 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
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