godotengine / godot

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

Tooltips don't scroll when editor is in `Single Window Mode` #92545

Open ydeltastar opened 1 month ago

ydeltastar commented 1 month ago

Tested versions

v4.3.beta.custom_build [60844997b]

System information

Godot v4.3.beta (60844997b) - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 31.0.15.4633) - AMD Ryzen 9 7950X 16-Core Processor (32 Threads)

Issue description

Tooltips with scrollable text don't scroll when the editor is in Single Window Mode. It works when this option is disabled.

Steps to reproduce

Minimal reproduction project (MRP)

N/A

matheusmdx commented 1 month ago

The scroll in tooltips was introduced in #89058, before that tooltips too big like the thread group tooltip was like that:

image

Probably is related to the same problem that cause issues here https://github.com/godotengine/godot/issues/92382#issuecomment-2132279871 in single window mode

capnm commented 1 month ago

The window does receive focus correctly, but the subsequent detection of mouse/pointer events in interface/editor/single_window_mode is broken in the new >v4.2.2 focused tooltips. The events pass through to the background UI

(I only looked at this under Linux x11 1e0015ac648be8a7c0bb58679ff91b2270987005)...

image

image