mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #1891] [Bug]: Resizable apps do not have correct click placement with playchain #1239
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Melonchanism on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1891
Describe the bug
When an app is resizable and is enabled to do so via fix window display issues, clicking actually assumes that the app is still the same size, and the clicks are remapped to a scaled version of the original app size
Steps to reproduce
Install a resizable app (eg google classroom).
Enable fix window display issues to let the app resize to the window size
Turn on click debugging (to see where the simulated click happens)
Click somewhere closer to the bottom right and see the offset
Expected behaviour
The clicks should go to exactly where the click happened (like without playchain)
Crash log
What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
Sonoma (macOS 14)
Issue Language
@TheMoonThatRises commented on GitHub (Jun 22, 2025):
@XuYicong can you take a look at this?
@Melonchanism commented on GitHub (Jun 23, 2025):
For reference if the window is the exact same size as the content without fix display issues, the clicks will be scaled one to one and will be correct
@Melonchanism commented on GitHub (Jul 21, 2025):
https://github.com/user-attachments/assets/c23e5aac-c8c8-4ee6-bb65-2786d6824813
Here's a sample (sorry that you can't see the text
@Gustqve commented on GitHub (Sep 5, 2025):
I indeed have the same problem with SoundCloud, I thought the "fix window display issues" option would fix it but it moves the clickable area as well...
@Melonchanism commented on GitHub (Dec 17, 2025):
@Gustqve I found a fix with a compromise: If you disable keymapping it works fine