Summary: | Selection Background/Text not drawn as configured in Plastique style | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Obi Wan Kenobi <schwimmerdo> |
Component: | wallpaper-image | Assignee: | Paolo Capriotti <p.capriotti> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, gregor, schwarzer |
Priority: | NOR | ||
Version: | 4.9.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/6003cc29fd5fad92cc43621a6308471db3e505d2 | Version Fixed In: | 4.9.2 |
Sentry Crash Report: | |||
Attachments: | No text, when thumbnail is selected. |
confirmed on KDE 4.7 - is this a Qt or KDE issue? Confirmed for 4.8 (around beta 2). The selection background is not drawn. This issue also affects Dolphin and several other application where selections can be made. At least the categories "Selection Background", "Selection Text" and "Selection Inactive Text" are not used as configured. This is clearly not a Plasma issue but a widget style one, so I reassign this to Oxygen. Not because it's their problem, but hoping that they know better where to put it. Sorry if that's a bad idea. This is either a kdelibs/kdeui (since it applies only to some widgets and not others, in several applications) issue or a Qt issue (plastique owns it). I'll reassign there. Nothing to do with oxygen (and in fact, may I suggest that you use oxygen, for which there is no such bug ?) Also note that the bug is likely fixed in latest dolphin. Back to Plasma :) The bug is in the delegate. It incorrectly uses CE_ItemViewItem, instead of PE_PanelItemViewItem to draw the selection background. https://git.reviewboard.kde.org/r/106544/ (If that gets approved, i will also fix the same issues in kdeplasma-addons) Git commit 6003cc29fd5fad92cc43621a6308471db3e505d2 by Christoph Feck. Committed on 25/09/2012 at 23:24. Pushed by cfeck into branch 'KDE/4.9'. Fix wrong selection background rendering FIXED-IN: 4.9.2 REVIEW: 106544 M +4 -1 plasma/generic/wallpapers/image/backgrounddelegate.cpp http://commits.kde.org/kde-workspace/6003cc29fd5fad92cc43621a6308471db3e505d2 Git commit 0acca71578f7f417238c36e285d92d5d50e6c43e by Christoph Feck. Committed on 26/09/2012 at 00:10. Pushed by cfeck into branch 'master'. Fix wrong selection background rendering M +4 -1 wallpapers/pattern/backgrounddelegate.cpp M +5 -1 wallpapers/virus/backgrounddelegate.cpp http://commits.kde.org/kdeplasma-addons/0acca71578f7f417238c36e285d92d5d50e6c43e Git commit c9fed42421973aeeef694c3827c1d6e869475663 by Christoph Feck. Committed on 26/09/2012 at 00:10. Pushed by cfeck into branch 'KDE/4.9'. Fix wrong selection background rendering (cherry picked from commit 0acca71578f7f417238c36e285d92d5d50e6c43e) M +4 -1 wallpapers/pattern/backgrounddelegate.cpp M +5 -1 wallpapers/virus/backgrounddelegate.cpp http://commits.kde.org/kdeplasma-addons/c9fed42421973aeeef694c3827c1d6e869475663 |
Created attachment 62666 [details] No text, when thumbnail is selected. Version: unspecified (using KDE 4.6.2) OS: Linux When selected Plastique Style for buttons, the name of the wallpaper in the plasma-desktop-settings isn't visible, because the font is white and the beackground is white too. The surrounding of the selected wallpaper is missing. Reproducible: Always Steps to Reproduce: Standard Colours. Select Plastique in the system settings for buttons and controls. Open plasma desktop settings and click on a wallpapaer. Actual Results: The name and size of the wallpaper isn't visible any more. Expected Results: The thumbnail of the wallpaper and its name and size should have a coloured surrounding, so that the wirting ist readable.