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
- Navigate to the page containing the primary button
- Click or hover over the primary button
- Observe the tooltip appearance
- 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