Summary: | Layout Manager sometimes creates lets applets to overlap | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kai Uwe Broulik <kde> |
Component: | Containment | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, notmart |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/2c56715c93cb439df77f29260e3bfc9cbd76e806 | Version Fixed In: | 5.6.0 |
Sentry Crash Report: | |||
Attachments: | Two notes ontop of each other |
Description
Kai Uwe Broulik
2015-04-27 20:55:29 UTC
Created attachment 92294 [details]
Two notes ontop of each other
can't reproduce (the layoutmanager doesn't make distiction between full and compact representation) However i remember to have seen this happen, what i think it happens is the space of one of the applet being mistakely marked as free for some reason. in your case, I think if you move slightly both applets when they don't overlap, and after try to move one on top of the other, the layout should work correctly I've seen this behavior too sometimes. Seen this few days ago again.. i could reproduce once overlapping two expanded calendar, so it doesn't depend from expanded vs collapsed, but is very random Git commit 2c56715c93cb439df77f29260e3bfc9cbd76e806 by David Rosca. Committed on 13/01/2016 at 15:00. Pushed by drosca into branch 'master'. Fix calculation of availableSpace for applets Fix calculation when positions[row] is undefined. Currently it would incorrectly return the whole requested area being available without any further checks. REVIEW: 126731 FIXED-IN: 5.6.0 M +1 -7 containments/desktop/package/contents/code/LayoutManager.js M +2 -0 containments/desktop/package/contents/ui/main.qml http://commits.kde.org/plasma-desktop/2c56715c93cb439df77f29260e3bfc9cbd76e806 |