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

Floating windows flicker when opened over maximized windows #526

Closed
ryanabx opened this issue May 31, 2024 · 4 comments
Closed

Floating windows flicker when opened over maximized windows #526

ryanabx opened this issue May 31, 2024 · 4 comments

Comments

@ryanabx
Copy link
Contributor

ryanabx commented May 31, 2024

My hunch is this commit caused it, as it caused a few other regressions with floating windows: a3df48f

To reproduce:

Maximize window A
Drag window B to tile to the left
Drag window C to tile to the right

Result:

Only B or C can be shown at a time, never both

This oddly does not occur UNLESS there is a maximized window behind windows B and C

Screenshots (since screen capture is broken in a recent update)

screenshot-2024-05-31-05-56-22
screenshot-2024-05-31-05-56-33

@git-f0x
Copy link
Contributor

git-f0x commented May 31, 2024

From my testing, tiling the windows isn't necessary. Only one window can be visible over a maximized window in all cases (2 windows can be visible while dragging one of them, but that's probably related to an already reported issue).

@ryanabx
Copy link
Contributor Author

ryanabx commented May 31, 2024

From my testing, tiling the windows isn't necessary.

It's just an easy way to reproduce

@jacobgkau jacobgkau mentioned this issue Jun 26, 2024
@jacobgkau
Copy link
Member

This is still happening on 9cd553e.

It seems to have gotten worse with recent updates; I just applied updates & rebooted, and now, even a single floating window over a maximized window flickers.

@jacobgkau jacobgkau changed the title [Floating] Two non-maximized windows cannot be shown at the same time when a maximized window is behind it Floating windows don't show up correctly over maximized windows Jun 26, 2024
@jacobgkau jacobgkau changed the title Floating windows don't show up correctly over maximized windows Floating windows flicker when opened over maximized windows Jun 26, 2024
@Drakulix
Copy link
Member

Fixed by da9af7a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants