-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Popup: with hoverable stay open when cursor leaves the popup #3508
Comments
This bug seems to be still present in 0.86.0 |
It was fixed recently and was not released yet.... |
is this error fixed? |
Yep, it was released in |
That version has a problem with the position of the Popup, do not respect it |
I'm still getting this with |
Bug Report
Steps
hoverable
.Expected Result
The popup should close since the cursor leave the popup.
Actual Result
The popup keeps open.
Version
0.86.0 (it works correctly in 0.85.0)
Description
This only happens with
hoverable
. You can see the effect here:When the cursor exit the popup it keeps open. In version 0.85 the popup was closed when the cursor exit the popup. The problem is more noticeable in this view with many buttons and popups:
The text was updated successfully, but these errors were encountered: