Summary: | detail view mode shows truncated header | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Martin Koller <kollix> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.95 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/25f208ebe31247f44f87ac83485389eff035ce16 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Martin Koller
2012-06-13 09:27:19 UTC
Created attachment 71787 [details]
screenshot
This should have been fixed in master - does the issue also occur if you use Oxygen? Oxygen works Cleanlooks, QtCurve, Plastique dont Thanks for the update! Resetting assignee to default as per bug #305719 Just an update: This bug is still present in 4.11 RC1 (4.10.95) A patch is available at https://git.reviewboard.kde.org/r/111608/. Any testing is appreciated :-) Git commit 25f208ebe31247f44f87ac83485389eff035ce16 by Frank Reininghaus. Committed on 22/07/2013 at 17:04. Pushed by freininghaus into branch 'KDE/4.11'. Fix "truncated header" in Details View with non-Oxygen styles The code for painting the "empty header" was inconsistent with the headers of the other columns, which is probably the reason why the other styles got confused a) No QStyleOptionHeader is used b) Even if an empty header must be drawn, the last column is drawn with the option QStyleOptionHeader::End. According to Christoph, it still doesn't work with the Skulpture style, but it seems that the patch does at least not make things worse. FIXED-IN: 4.11.0 REVIEW: 111608 M +24 -8 dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp http://commits.kde.org/kde-baseapps/25f208ebe31247f44f87ac83485389eff035ce16 |