https://bugs.kde.org/show_bug.cgi?id=461997
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- What's the user-facing bug we're trying to fix? ---- Relevant code is is placement.cpp: placeTransient // Potentially a client could set no constraint adjustments // and we'll be offscreen. // The spec implies we should place window the offscreen. However, // practically Qt doesn't set any constraint adjustments yet so we can't. // Also kwin generally doesn't let clients do what they want if (!screen.contains(c->moveResizeGeometry().toAlignedRect())) { c->keepInArea(screen); } -- You are receiving this mail because: You are watching all bug changes.