godotengine / godot

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

Tooltips disappear when mouse leaves initiating Element with Single Window Mode #96513

Open jujpenabe opened 2 months ago

jujpenabe commented 2 months ago

Tested versions

System information

Linux - Artix (Arch) - Moksha (Enlightenment) - Nvidia - Vulkan

Issue description

On Linux enabling Single Windowed Mode in editor settings makes focusing and scrolling tooltips impossible, Is curious that in #57425 the issue is solved just enabling this option but in my case is just the opposite.

Steps to reproduce

  1. Open Editor
  2. Enable Single Windowed Mode in Editor Settings
  3. Move the mouse over to display a tooltip on any property in the inspector
  4. Try to move/scroll mouse on displayed tooltip

Minimal reproduction project (MRP)

Not applicable

cclawhon commented 2 months ago

v4.3.stable.mono.official [77dcf97d8] System: macOS Sonoma 14.6.1 AppleM1 Max, 32GB

Same here exactly, both with Single Windowed Mode enabled and not. I cannot get tooltip to take focus--cannot scroll, or click links

(PS I couldn't do it in 4.2.3 either and I assumed it was just me doing something wrong, but now in 4.3 with all the extra info --scrolling needed-- to see whole tooltip I started checking into it and it's not just me)

jujpenabe commented 1 month ago

I've also tested with git version (4.4 dev) and the same occurs.