Skip to content
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

Changing EdgeThickness moves PanFrameRight.win to a wrong position #436

Closed
ThomasAdam opened this issue Feb 19, 2021 · 0 comments · Fixed by #437
Closed

Changing EdgeThickness moves PanFrameRight.win to a wrong position #436

ThomasAdam opened this issue Feb 19, 2021 · 0 comments · Fixed by #437
Assignees
Labels
type:bug Something's broken!
Milestone

Comments

@ThomasAdam
Copy link
Member

When changing EdgeThickness, e.g. from default (2) to 1, PanFrameRight.win is
reconfigured with the wrong position (lower right corner instead of upper
right corner). Moving to a page at the right of the current page with the
mouse does not work as expected after that.

Illustrated by xwininfo after starting with EdgeThickness=2 and then
changing to EdgeThickness=1.

The window in question is 0x200169.

goeran@DellLap1:~$ xwininfo -tree -root | head -30

xwininfo: Window id: 0x7a6 (the root window) (has no name)

Root window id: 0x7a6 (the root window) (has no name)
Parent window id: 0x0 (none)
53 children:
0x20016a (has no name): () 1920x2+0+1078 +0+1078
0x200167 (has no name): () 1920x2+0+0 +0+0
0x200169 (has no name): () 2x1080+1918+0 +1918+0
0x200168 (has no name): () 2x1080+0+0 +0+0
0x2001bf (has no name): () 101x16+0+0 +0+0
0x2000d8 "FVWM": ("fvwm" "FVWM") 10x10+-10+-10 +-10+-10

goeran@DellLap1:~$ xwininfo -tree -root | head -30

xwininfo: Window id: 0x7a6 (the root window) (has no name)

Root window id: 0x7a6 (the root window) (has no name)
Parent window id: 0x0 (none)
57 children:
0x200167 (has no name): () 1920x1+0+0 +0+0
0x200168 (has no name): () 1x1080+0+0 +0+0
0x200169 (has no name): () 1x1080+1919+1080 +1919+1080
0x20016a (has no name): () 1920x1+0+1079 +0+1079
0x200aa2 (has no name): () 61x51+1610+17 +1610+17
0x200a51 (has no name): () 129x205+1524+0 +1524+0
0x200950 (has no name): () 114x161+1650+207 +1650+207
0x2001bf (has no name): () 101x16+0+0 +0+0

@ThomasAdam ThomasAdam self-assigned this Feb 19, 2021
@ThomasAdam ThomasAdam added the type:bug Something's broken! label Feb 19, 2021
@ThomasAdam ThomasAdam added this to the 1.0.3 milestone Feb 19, 2021
ThomasAdam added a commit that referenced this issue Feb 19, 2021
When changing EdgeThickness, e.g. from default (2) to 1, PanFrameRight.win is
reconfigured with the wrong position (lower right corner instead of upper
right corner). Moving to a page at the right of the current page with the
mouse does not work as expected after that.

From Göran Bengtson on fvwm-workers@

Fixes #436
ThomasAdam added a commit that referenced this issue Feb 19, 2021
When changing EdgeThickness, e.g. from default (2) to 1, PanFrameRight.win is
reconfigured with the wrong position (lower right corner instead of upper
right corner). Moving to a page at the right of the current page with the
mouse does not work as expected after that.

From Göran Bengtson on fvwm-workers@

Fixes #436
@ThomasAdam ThomasAdam moved this to Done in FVWM3 Sep 18, 2022
@ThomasAdam ThomasAdam added this to FVWM3 Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant