[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-17 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 Eike Hein changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Latest Commit|

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-16 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #8 from Eike Hein --- Change up for review: https://phabricator.kde.org/D1925 -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #7 from Thomas Lübking --- The function prefers lower screens, ie. if a window intersects screen 0 & 1, it will determine the window on screen 0, even if there's only a single intersecting pixel. Windows can be legally on multiple screens b

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #4 from Eike Hein --- Nah, basically the Task Manager gets screen geometry and window geometry and checks whether they intersect. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #6 from Eike Hein --- :) Thomas, mind having a look at the code in plasma-workspace/libtaskmanager/xwindowstasksmodel.cpp, specifically XWindowsTasksModel::Private::screen()? It looks like it might need frameGeometry() indeed, but perhaps y

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #5 from Thomas Lübking --- If you literally test KWindowInfo::geometry() and not KWindowInfo::frameGeometry(), I know why this happens ;-) -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Pierre Ducroquet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 --- Comment #3 from Pierre Ducroquet --- I don't have enough time to build and test Plasma 5.7 right now, I'll wait for the Debian sid packages or try to fix up a test machine with a second screen. Sorry for the wrong category, I though it was kwin that

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 Eike Hein changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280 Thomas Lübking changed: What|Removed |Added Product|kwin|plasmashell Target Milestone|---