FancyWM / fancywm

FancyWM - Dynamic Tiling Window Manager for Windows
GNU General Public License v2.0
674 stars 25 forks source link

Godot 4.2.2 doesn't show tooltips when FancyWM is running #246

Open micahboggs opened 3 months ago

micahboggs commented 3 months ago

Describe the bug When FancyWM is running the program godot version 4.2.2 (https://godotengine.org/download/windows/) does not show tool tips when hovering over toolbar icons. It functions properly when FancyWM is not running. Issue occurs even if I have a rule set to float the window (either by process name, or by windows class)

To Reproduce Steps to reproduce the behavior: Run Godot 4.2.2. hover mouse above any of the buttons.

Expected behavior Hovering mouse over buttons in Godot 4.2.2 should show a tool tip after about half a second.

Desktop (please complete the following information):

veselink1 commented 2 months ago

I've managed to reproduce this. I suspect Godot's tool tip mouse detection is not liking the FancyWM overlay. Other applications are not affected by this from what I can see.

This appears to be a Godot-specific issue. I do not see how FancyWM can fix it at present.