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
This seems to be a regression between 4.3-RC2 and 4.3-RC3, stemming from #95232.
When opening pretty much any popup in Godot, like the window top menu, or a context menu, and then releasing the mouse button and clicking somewhere in the popup within a short timeframe (presumably 400 ms) that second mouse click doesn't seem to register.
TopMenu.mp4ContextMenu.mp4
Lowering the timeout changed in #95232 back to 150 ms seems to resolve the regression.
Steps to reproduce
Open the editor
Click one of the items in the top window menu
Quickly click the first item in the menu
Note how the click doesn't register
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
As mentioned in #95432 I am similarly not able to reproduce this issue on Linux, but I am able to reproduce it on macOS (and Windows of course), and #95432 seems to resolve the problem on both affected platforms.
Tested versions
Reproducible in: 4.3.rc [86c95d2]
Reproducible in: 4.3.rc [5e7592a]
Not reproducible in: 4.3.rc [031b71f]
System information
Windows 11 (10.0.22631)
Issue description
This seems to be a regression between 4.3-RC2 and 4.3-RC3, stemming from #95232.
When opening pretty much any popup in Godot, like the window top menu, or a context menu, and then releasing the mouse button and clicking somewhere in the popup within a short timeframe (presumably 400 ms) that second mouse click doesn't seem to register.
TopMenu.mp4
ContextMenu.mp4
Lowering the timeout changed in #95232 back to 150 ms seems to resolve the regression.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: