https://bugs.kde.org/show_bug.cgi?id=511810
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|REPORTED |RESOLVED Resolution|--- |INTENTIONAL --- Comment #1 from Zamundaaa <[email protected]> --- It is indeed expected that window contents are within the window geometry (https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/6141e1154303dadd5c3e480bc4a16e26f1dcb2af/stable/xdg-shell/xdg-shell.xml#L514), you can't expect putting things outside of it to work or even show up at all - when the window decoration has rounded corners for example, KWin will clip subsurfaces to the window geometry. That also applies to CSD, it working on Gnome is by coincidence, not something you can rely on. If you want to allow users to drag such a subwindow out of its toplevel and interact with it outside of the main window, you could use the toplevel drag protocol for example. -- You are receiving this mail because: You are watching all bug changes.
