godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.96k stars 20.18k forks source link

Neighbour submenu requires extra mouse move to popup #91891

Open timothyqiu opened 4 months ago

timothyqiu commented 4 months ago

Tested versions

4.2.2.stable / 4.3.dev6 / master[bdc0316217940a8ccc80ce536547d42e6477adf4]

System information

Arch Linux #‍1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 - X11 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3060 Ti (nvidia; 550.78) - 13th Gen Intel(R) Core(TM) i5-13400F (16 Threads)

Issue description

After moving to another menu item, its submenu does not popup until I move the mouse:

Peek 2024-05-12 16-00

Steps to reproduce

Open the Editor menu and move your mouse between Editor Docks and Editor Layout. See the GIF above.

For older versions, you can open the Go To menu in the script editor, and move your mouse between Bookmarks and Breakpoints.

Minimal reproduction project (MRP)

N/A

addmix commented 4 months ago

Could not reproduce on Windows 11.

kitbdev commented 4 months ago
timothyqiu commented 3 months ago

I'm not sure if they are the same issue.

The menu item does not receive focus at all in #77246.