godotengine / godot

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

Can't interact with scrollable tooltips in Single Window mode #97192

Open Dancovich opened 7 hours ago

Dancovich commented 7 hours ago

Tested versions

System information

Windows 11, Intel Core i5 10300H, nVidia GTX 1650

Issue description

In Single Window Mode, tooltips with long texts that need scrolling to access the whole content can't be scrolled. The scroll wheel will instead interact with the editor as if the tooltip wasn't there (viewport will zoom in or out, inspector window will scroll, etc).

Steps to reproduce

image

Minimal reproduction project (MRP)

N/A

kitbdev commented 6 hours ago
matheusmdx commented 5 hours ago

This is a duplicate of #92545