Skip to content

WindowSwitcher: Fix blocking input#1883

Merged
tintou merged 4 commits intomasterfrom
leolost/window-switcher-fix-blocking-input
Apr 4, 2024
Merged

WindowSwitcher: Fix blocking input#1883
tintou merged 4 commits intomasterfrom
leolost/window-switcher-fix-blocking-input

Conversation

@leolost2605
Copy link
Copy Markdown
Member

@leolost2605 leolost2605 commented Mar 22, 2024

On wayland (only ?) the window switcher icons continue blocking mouse input even when closed. The reason for this is that instead of being hidden the switcher is only made "see through" by setting opacity to 0 and unreactive by setting reactive = false. However it seems that since the icons aren't set as unreactive they still block input though only on wayland for some reason?
This PR changes it so that we don't do these somewhat janky things but instead properly hide it when closed.

Fixes #1890

@leolost2605 leolost2605 requested a review from a team March 22, 2024 22:41
@tintou tintou enabled auto-merge (rebase) April 4, 2024 13:39
@tintou tintou merged commit 4225ab1 into master Apr 4, 2024
@tintou tintou deleted the leolost/window-switcher-fix-blocking-input branch April 4, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

wayland: WindowSwitcher blocks input even when closed

3 participants