kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
1.17k stars 25 forks source link

Menu appear at different desktop #453

Closed l-fura closed 2 weeks ago

l-fura commented 3 weeks ago

Short Summary

Menu appear at different desktop in the two desktop setup with two different resolutions.

Steps to Reproduce the Issue

  1. Open the KanDo menu when the pointer is placed at monitor with lower resolution.

Kando Version

v 1.0.0

Installation Method

Via an installer downloaded from a release on GitHub

Desktop Environment

Windows

Environment Version

Windows 11

Additional Information

I think it is related to the resolutions of two monitors. One has a resolution 1920x1080 and the second one has 2880x1920. When the pointer is at the monitor with lower resolution the menu will appear bigger and not in the place of pointer. Sometimes, when pointer is near the bottom edge of the screen, the menu will not appear but I see the i at the left upper corner of the screen.

Schneegans commented 3 weeks ago

Thanks for the report, I'll look into this!

Schneegans commented 2 weeks ago

I have a similar setup and cannot reproduce the issue 🫤

Do you use fractional scaling? Can you show a screenshot of the exact layout? And which is your "main" display?

l-fura commented 2 weeks ago

No, I do not use fractional scaling. On the screen (1) with 2880x1920 resolution I have 200% scaling and on the second screen (2) with resolution 1920x1080 I have 100% scaling. (1) is the main display.

image

Schneegans commented 2 weeks ago

I can now indeed reproduce this! It seems to be related to this long-standing issue of electron. It seems to happen only if there is a higher-scaled monitor to the right of a lower-scaled monitor...

I'll push a workaround which you can test soon!