Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ydeltastar opened this issue May 30, 2024 · 2 comments
Open

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

ydeltastar opened this issue May 30, 2024 · 2 comments

Comments

@ydeltastar
Copy link
Contributor

ydeltastar commented May 30, 2024

Tested versions

v4.3.beta.custom_build [6084499]

System information

Godot v4.3.beta (6084499) - 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

  • In the editor settings, enable Interface > Editor > Single Window Mode and restart the editor.
  • Hover over properties with scrollable tooltips like Node > Process > Thread Group > Group. It doesn't scroll.

Minimal reproduction project (MRP)

N/A

@matheusmdx
Copy link
Contributor

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 #92382 (comment) in single window mode

@capnm
Copy link
Contributor

capnm commented Jun 12, 2024

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 1e0015a)...

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants