Summary: | Dragging window by title bar makes grips work improperly against desktop corners | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Andrew Udvare <audvare> |
Component: | multi-screen | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.11.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | http://i.imgur.com/u4sfH0y.jpg | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Udvare
2013-08-21 19:13:58 UTC
Can you please check whether you're referring to https://git.reviewboard.kde.org/r/112103/ ie. that windows snap to the client instead of the decoration even on inner screen borders? Snapping to the client instead of the decoration (on moving and at least outer borders) is intentional Snapping to the client on resize is not reasonbly "possible" (on single screen setups) since the mouse cannot leave the screen, thus cannot be kept in sync with the decoration when moving it out of the screen. Now I noticed that maximising a window pretty much removes the borders. This seems kind of okay although with a theme like Keramik it does not look very good because the borders are rounded. If this is intentional, I do not see why this cannot be an option in system settings. I think borders look better, even when maximised and especially like I said for a theme like Keramik with rounded corners. Also could it not be possible to instead make it easy to snap at 2 different edges, one border edge and then inner (without border)? This is the behaviour that Chrome/Chromium seems to have with KDE (even with its tiny border). The border state of maximized windows is unrelated - the deco simply hides it. This behavior is controlled by the decoration, just a state that was (widely) abused as hint on what to do is now gone (for other reasons) The patch in the review already includes double snapping, but personally i consider the behavior odd and contraproductive, since snapping to the "right" pixel now becomes an obstacle (esp. when the decoration is thin) When I get a chance, I will try the patch (on 4.11) and report back. One thing I do like is that right now (in 4.11 release) is the 'feature' where using the mouse to drag the window size (to expand its width) makes the window snap at the screen edge (aligning with the decoration, not the contents). I would hope this is not going away. And it seems like the patch does not affect this behaviour. By the way, feel free to mark this as a duplicate of 323504 Resizing is not affected by any change since, as mentioned, its mouse constrained (actually we would not have to even snap to outer screen borders on resize at all) We'd move the deco out of sync with the mouse position and the "active" item out of screen - neither is reasonable. *** This bug has been marked as a duplicate of bug 323504 *** |