-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Hover only interactions no longer work #4286
Comments
Reproducible in the demo app as well. If you open the settings and tick off "Selectable text in labels", you can no longer see the tooltips for the settings just above it. Also the progress bar in the widget gallery no longer displays an animation when you hover it. |
Temporarily until corrected, |
Yes, this works as long as you do not have a widget, with a clickable area and a hoverable area inside of that clickable area (which is what I have unfortunately). |
…milk#4291) At least all those above any interactive widget. * Closes emilk#4286 I feel there is still more thinking to be done about what is considered `hovered` and how it relates to `contains_pointer`, but this PR at least fixes tooltips for uninteractive widgets
Describe the bug
It seems that any hover only interaction is broken.
To Reproduce
Non of the following examples work any more.
The tooltip is never shown.
Expected behavior
Tooltip should be shown when hovering with the cursor on the labels.
Platform:
Additional context
I tried 0.27 and master.
Note that this was working fine on 0.26.
The text was updated successfully, but these errors were encountered: