Summary: | Name of selected contact is hardly visible when window is inactive | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Alexander Potashev <aspotashev> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | hugo.pereira.da.costa, mklapetek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | Future | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-contact-list/de4d38c734576cd6ea8e259bef60b29027ddd103 | Version Fixed In: | 15.04.3 |
Sentry Crash Report: |
Description
Alexander Potashev
2015-06-23 10:07:47 UTC
Theme: Breeze with default color scheme. Thanks for the report That's a style problem really though, and I think there was already some report like that (different app). to Martin: I do not think it is a style issue. For inactive window and selected item, the foreground should switch back to black. It is a case for instance in dolphin side panel (places). So there must be something specific to the contact list. Aha, ok. I will check what we're doing with the list then. Thanks You are correct, Hugo, it's bug in our delegate. Sorry for the noise :) Git commit de4d38c734576cd6ea8e259bef60b29027ddd103 by Martin Klapetek. Committed on 23/06/2015 at 15:36. Pushed by mklapetek into branch 'Applications/15.04'. Use QPalette::ColorGroup from the option rather than always QPalette::Active When the window looses focus, the palette is no longer Active but Inactive. The option.palette has the correct data, so this just reuses it. FIXED-IN: 15.04.3 M +2 -2 contact-delegate-compact.cpp M +2 -2 contact-delegate.cpp http://commits.kde.org/telepathy-contact-list/de4d38c734576cd6ea8e259bef60b29027ddd103 |