Scrolling layout fullscreen issues #14338
Unanswered
ern775
asked this question in
Bugs - Layout
Replies: 3 comments 3 replies
|
Also experiencing these issues in 0.55 release. I also really like the fullscreen scrolls, but the misbehavior when switching workspaces is very interruptive. |
0 replies
|
I want to add that on a45fc64 (not fixed on this specific commit, it just happens to be the version I'm on), the second part of this is fixed. However the first part about windows not going to the correct place remains. |
0 replies
|
Be sure to follow and test this PR: |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On the latest git, I imagine since #14190 was merged, there are some minor issues with the scrolling layout.
(I show mpv in the videos but this happens with all windows.)
First, when exiting fullscreen, the window doesn't seem to go to the correct place:
untitled.mp4
The old behaviour would've been that both windows are visible on screen no matter which one exited fullscreen.
Second, when switching workspaces to a fullscreen window, the behaviour isn't consistent with when fullscreening the focused window:
untitled_.2.mp4
There are some things to note:
I believe these are both due to the floating tag. If I un-float the fullscreen window manually, both issues disappear, if I make it floating, they come back.
Idk if this is intended but it is a regression imo, using video players regularly causes these bugs, and these weren't an issue before.
Also I just wanna add that the fullscreen scrolls are very cool and I appreciate these changes overall.
All reactions