Summary: | Incorrect text color for selected hidden items | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | tekwyzrd <tekwyzrd> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugzilla, cfeck |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
URL: | http://i12.photobucket.com/albums/a205/tekwyzrd/kde4/selectedtext.png | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/572513a167cd9f9ffc022179c60a4b69a179d7f3 | Version Fixed In: | 4.10.3 |
Sentry Crash Report: |
Description
tekwyzrd
2012-08-24 17:55:10 UTC
3. Select a non-hidden file or folder and observe text color. 3. Select a non-hidden file or folder and observe text color. Thanks for the bug report! Just for the record: Christoph provided some analysis at https://git.reviewboard.kde.org/r/106194/ I'm not too sure about the linked comment. It sure seems like the selected hidden item text color is the problem. If I change the value for "normal text" in the "view" color set and restart konqueror or dolphin the selected hidden item's text color changes. I know, that's why I discarded the review request. You should have stated that you are using the Details view mode. Please refer to url above for image of described bug. I can confirm this with dolphin 2.2 and KDE SC 4.10.2, and the wrong (dark) text color for the selected hidden items really only appears in details view. I guess we should just use the normal "selected text" color for selected hidden items: https://git.reviewboard.kde.org/r/110164/ @Christoph and the others: do you see a problem with this approach? If yes, please let me know. Git commit 572513a167cd9f9ffc022179c60a4b69a179d7f3 by Frank Reininghaus. Committed on 02/05/2013 at 19:27. Pushed by freininghaus into branch 'KDE/4.10'. Use the same text color for selected hidden and non-hidden items This fixes the problem that the names of selected hidden items are unreadable with some color schemes. FIXED-IN: 4.10.3 REVIEW: 110164 M +7 -3 dolphin/src/kitemviews/kstandarditemlistwidget.cpp http://commits.kde.org/kde-baseapps/572513a167cd9f9ffc022179c60a4b69a179d7f3 Thank you for resolving this. If you use the standard text color for hidden items the selected text color for selected hidden items is the logical choice. Another more detailed resolution would have been to define the hidden text and background colors (defaulting to standard colors if undefined in color scheme). The newly defined colors would make it more obvious to the user they are working with hidden items. |