Skip to content

Persistent tooltip on primary button interaction - tooltip never disappears

Summary

Primary button interaction triggers a persistent tooltip that fails to disappear after hovering or clicking away

Steps to Reproduce

  1. Navigate to the page containing the primary button
  2. Click or hover over the primary button
  3. Observe the tooltip appearance
  4. Attempt to dismiss the tooltip by clicking elsewhere or moving the cursor away

Expected Behavior

The tooltip should disappear when:

  • The user moves the cursor away from the button
  • The user clicks elsewhere on the page
  • After a reasonable timeout period (typically 3-5 seconds)

Actual Behavior

The tooltip remains visible indefinitely after being triggered, persisting even when the user interacts with other page elements

Environment

  • OS: [specify operating system]
  • Browser/Client: [specify browser and version]
  • Version: [specify application version]

Additional Information

  • This issue affects user experience by potentially obscuring other UI elements
  • The persistent tooltip may interfere with other interactions on the page
  • Additional details needed: specific page/component where this occurs, tooltip content, and whether this happens consistently or intermittently