You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System is Arch Linux using KDE Plasma 5.27.10. When SDL_RaiseWindow() is called, the window does not get moved above any other window and it does not take keyboard input focus. All that happens is the icon in the title bar turns orange.
Both trip of tree main and release 2.30 have the same behavior.
This comment explains the situation. I'm assuming it's up to the compositor what ends up happening but maybe there is something different SDL can do to convince it to raise the window. Have not researched that far into it.
System is Arch Linux using KDE Plasma 5.27.10. When
SDL_RaiseWindow()
is called, the window does not get moved above any other window and it does not take keyboard input focus. All that happens is the icon in the title bar turns orange.Both trip of tree main and release 2.30 have the same behavior.
Repro case:
This comment explains the situation. I'm assuming it's up to the compositor what ends up happening but maybe there is something different SDL can do to convince it to raise the window. Have not researched that far into it.
SDL/src/video/wayland/SDL_waylandwindow.c
Lines 1848 to 1868 in fb87f8f
The text was updated successfully, but these errors were encountered: