Summary: | transient window cannot be focused after focusing a windowed_fullscreen game | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | redartofcode |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REOPENED --- | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.27.7 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
redartofcode
2021-09-20 05:10:28 UTC
I am not completely sure, but this could also be an issue with game window grabbing mouse pointer when it goes (windowed)fullscreen mode. but i don't have enough kde knowledge to be sure of what is happening in the background. iirc if the pointer is locked, kwin will send pointer events only to that window. alt-tab'ing breaks pointer constraints. (In reply to Vlad Zahorodnii from comment #2) > iirc if the pointer is locked, kwin will send pointer events only to that > window. alt-tab'ing breaks pointer constraints. I just checked. it seems the game (in (windowed) fullscreen) won't even let me click on notifications which are visible above it. i used `sleep 5 && notify-send -u critical 'check clicking me'` and swapped to game. the notification popped up, but pointer remains grabbed. This bug was reported against an outdated version of KWin. We have made many changes since the. If the issue persists in newer versions can you reopen the bug report updating the version number. verified that i can't click on notifications (critical) when the game is focused, EVEN if the notification is clearly above the windowed fullscreen game. I checked it on endeavour (arch) latest plasma update 5.27.7 in X11 session. |