You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When clicking on an area shown above a widget, that widget's clicked_elsewhere is false. I think it should be true.
To Reproduce
Reproducing on egui.rs was tricky but I found a way:
Screen.Recording.2025-03-13.at.16.32.17.mov
Clicking on the tooltip doesn't close the colorpicker, if the pointer is still inside the pickers rect. I'd expect it to close no matter where the user clicked.
This also affects the Popup, where CloseOnClick doesn't close the popup when clicking above the source Responses rect.