godotengine / godot

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

Editor tooltip doesn't show up when hovering if youtube video is running in chrome sometimes #84096

Open eterlan opened 10 months ago

eterlan commented 10 months ago

Godot version

Godot v4.2.beta (6543495b4)

System information

Godot v4.2.beta (6543495b4) - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 31.0.15.3623) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)

Issue description

Just as title said. Wondering if someone else meets this problem. The problem immdiate disappear if I close the video.

Steps to reproduce

Open and youtube video in chrome. Open Godot and hover mouse cursor over any property, there is no tooltip.

Minimal reproduction project

N/A

Calinou commented 10 months ago
PurrfectDreamm commented 4 months ago

I found out that if I hold alt button then I can see tips while hovering on UI objects in Godot 4.2. But maybe this works only for me, idk, try it. And I don't know why exactly alt button, it doesn't work with other buttons pressed... Weird stuff. And yes, I am using Fences and I am aware that this is the problem with Fences not with Godot (probably...)

Update: I found better solution to "fix" this bug, when you want to switch to Godot, use (Win + Tab) and select Godot, and all tooltips are working just fine! (without Alt button pressed). Still idk about other people, but it works for me all the times. P.S. My OS - Windows 10 Pro

jadoc commented 3 weeks ago

Is it possible that this was fixed by #95846? Does someone want to test?