Closed
Description
Tested versions
- Reproducible in: v4.5.dev.custom_build [f4c7a5a] and later
- Not reproducible in: v4.4.1.stable.arch_linux and v4.5.dev.custom_build [27b2ba6]
System information
Godot v4.5.dev (84d3adc) - Arch Linux #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 00:06:37 +0000 on Wayland - Wayland display driver, Multi-window, 3 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 XT (RADV NAVI23) - AMD Ryzen 7 5800X 8-Core Processor (16 threads) - sway version 1.10.1
Issue description
Opening (then closing) a context menu at any point in the editor will prevent the user from undoing changes to the scene using the scene→undo (ctrl+z) tool, resulting in the output panel message "can't undo while mouse buttons are pressed." Using the history panel will still work however.
I believe it is a regression caused by pull #101774.
Steps to reproduce
- set editor setting
run/platforms/linuxbsd/prefer_wayland
- restart the editor
- edit a project
- make a change to a scene
- right click to open a context menu
- close the context menu
- attempt to undo the changes using scene→undo (ctrl+z)
- see the message "can't undo while mouse buttons are pressed" in the output panel
Minimal reproduction project (MRP)
N/A
Metadata
Metadata
Assignees
Type
Projects
Status
Very Bad