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

Tooltip still displayed after click on a button (surrounded by a Tooltip) #12347

Closed
jkeruzec opened this issue Jul 31, 2018 · 2 comments
Closed
Assignees
Labels
component: tooltip This is the name of the generic UI component, not the React module! discussion

Comments

@jkeruzec
Copy link

I notice something when using a tooltip with a button in it.
If tooltip is showed and then I click on the button, tooltip will not disapear until I click somewhere else on screen.

It is reproductible on your documentation.
image
I can even after a click on button, show the second tooltip on first button :
image

Can it be fixed ?

@oliviertassinari oliviertassinari added the component: tooltip This is the name of the generic UI component, not the React module! label Jul 31, 2018
@oliviertassinari
Copy link
Member

@jkeruzec This behavior was specifically introduced to address #12131. You can disable the focus listener if you don't want such behavior.

@oliviertassinari
Copy link
Member

Different people have now been complaining about this behavior. Let's revert it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tooltip This is the name of the generic UI component, not the React module! discussion
Projects
None yet
Development

No branches or pull requests

2 participants