You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When resizing the client the desktop is automatically resized but the windows are placed in the wrong position and the mouse clicks no longer click the correct area.
It's like everything is offset, some things are off the screen and other areas of the desktop can't be accessed. See screenshot:
I am also having this issue with Ubuntu 20.04 x86, using both xfce4-session and gnome-session (gdm3). Weirdly xrandr appears to be doing it's job and adding displays per browser resize, just the canvas html side is getting out of sync? I get weird top and left margins when checking in chrome dev tools. Bug also happens in firefox so not chrome related
Here is my hacky fix for this, I've at least identified the issue is css related. The left (and top) margin is the culprit for the main desktop window. By making these !important overrides the incorrect values that the javascript is inserting.
Describe the bug
When resizing the client the desktop is automatically resized but the windows are placed in the wrong position and the mouse clicks no longer click the correct area.
It's like everything is offset, some things are off the screen and other areas of the desktop can't be accessed. See screenshot:
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
Additional context
XPRA was installed in the Docker container using the instructions from: https://github.com/Xpra-org/xpra/wiki/Download#-for-debian-based-distributions
The text was updated successfully, but these errors were encountered: