-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving shaded windows across screens #473
Comments
The steps reproducing this are more subtle:
Problem occurs. |
ThomasAdam
added a commit
that referenced
this issue
Apr 10, 2021
Tell the client which screen it is on, prior to its geometry being updated here. Certain callers, when updating a window's geometry, bypass some of the sanity checks, and the screen assignment gets outdated. Fixes #473
Thanks. Please can you try the |
It works now. I can't reproduce this anymore after trying ta/gh-473 |
ThomasAdam
added a commit
that referenced
this issue
Apr 10, 2021
Tell the client which screen it is on, prior to its geometry being updated here. Certain callers, when updating a window's geometry, bypass some of the sanity checks, and the screen assignment gets outdated. Fixes #473
ThomasAdam
added a commit
that referenced
this issue
Apr 17, 2021
When updating a window's active monitor, the absolute geometry only needs to be rechecked if the window is shaded, and at no other time. This builds on a previous commit, and again fixes #473
ThomasAdam
added a commit
that referenced
this issue
Apr 17, 2021
When updating a window's active monitor, the absolute geometry only needs to be rechecked if the window is shaded, and at no other time. This builds on a previous commit, and again fixes #473
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fvwm3 version (run:
fvwm3 --version
)1.0.3 (1.0.2-99-g3c32c16d)
Linux distribution or BSD name/version
OpenSUSE Tumbleweed
Platform (run:
uname -sp
)Linux x86_64
Actual Behaviour
I moved a shaded window from Screen 1 (Main, edp) to Screen2 (hdmi-0-a), and then unshaded it. The window was lost.
Alt-tabbing placed it again where it was originally placed on Screen2
Steps to Reproduce
The text was updated successfully, but these errors were encountered: