Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide tooltip by display attribute instead of opacity #8178

Closed
wants to merge 2 commits into from

Conversation

Joerg-Schoemer
Copy link
Contributor

If the tooltip is hidden by opacity, then the tooltip element is still at the top level. This is expressed by an I-Beam cursor where the tooltip was just visible. This prevents any action below this tooltip element even if it is not visible.

If the tooltip element is hidden with display: none;, then no I-Beam cursor appears and everything works as expected.

@Joerg-Schoemer Joerg-Schoemer changed the base branch from master to dev November 22, 2023 20:50
@Joerg-Schoemer Joerg-Schoemer changed the title hide tooltip by display instead of opacity hide tooltip by display attribute instead of opacity Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant