Summary: | Side panels cause desktop folder view to wrap below the panel | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Steve Gilberd <steve> |
Component: | widget-folderview | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aseigo, asraniel, lasse.liehu, Shirakawasuna, steve |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Example of bug
A screenshot of when the bug occurs. A screenshot of when the bug does _not_ occur. |
Description
Steve Gilberd
2009-08-05 01:44:58 UTC
I can confirm this behavior on an up-to-date arch linux system with KDE 4.3.0. screenshots please (attach them to this bug report using the "Add an attachment" link at the bottom of this page). thanks. Created attachment 35850 [details]
Example of bug
Example of icons displaying below the level of the panel.
Still present on 4.3.1. Still present in KDE 4.4 beta 2, Qt 4.6.0. I have to say, though, that in some circumstances it does work correctly. I tried the same scenario as in the screenshot, but tested with different panel lengths and noticed that when the panel is short, this bug occurs. When the panel is longer, though, it works (at least this bug doesn't occur). When dragging the panel down (to be longer), the change happened approximately when the panel was half of the screen's height. There are also some other odd things happening to the display of the folder view's contents when only changing the panel's length, but that's a different bug report. I'll add screenshots. Created attachment 39530 [details]
A screenshot of when the bug occurs.
Created attachment 39531 [details]
A screenshot of when the bug does _not_ occur.
SVN commit 1070144 by fredrik: Use QDesktopWidget::availableGeometry() instead of the biggest rectangle in Corona::availableScreenRegion(). The biggest rectangle isn't always the best choice. BUG: 202537 M +1 -13 folderview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1070144 |