Skip to content

Remove native title tooltip from StatCard help icon - #27410

Open
ousmaneo wants to merge 4 commits into
masterfrom
fix/stat-card-help-tooltip
Open

ousmaneo wants to merge 4 commits into
masterfrom
fix/stat-card-help-tooltip

Conversation

@ousmaneo

@ousmaneo ousmaneo commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Hovering the help icon on a StatCard showed a small native "More info" tooltip that obscured the actual help popover.

StatCard passed triggerTitle="More info" to HoverForHelp, and OverlayTrigger renders that prop as both aria-label and a native title attribute. This removes the prop. OverlayTrigger falls back to the card label for aria-label, so the icon keeps an accessible name.

part of https://github.com/Graylog2/graylog-plugin-enterprise/issues/15615

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have requested a documentation update.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@ousmaneo
ousmaneo force-pushed the fix/stat-card-help-tooltip branch from 3d67394 to acd44ca Compare September 17, 2026 09:40
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.

1 participant