Summary: | alternate rows using wrong colors in dolphin's tree view with Oxygen theme | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Dave Rove <daver1390> |
Component: | general | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | grahamperrin, mwoehlke.floss, nate |
Priority: | NOR | ||
Version: | 4.12.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | http://i.imgur.com/mdmb4oo.jpg | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dave Rove
2014-05-01 14:07:08 UTC
This isn't the color scheme's fault. We're just setting the active / inactive colors; it is up to each application/widget to use them correctly. That said, there are clearly some pretty serious bugs in dolphin's tree view going on here. The rows using alternate color are not respecting active/inactive states, and worse, are not updating when the system scheme is changed. Reassigning to kdelibs as my first guess is that the problem is in the tree view class rather than dolphin proper. Please reassign as appropriate. Thanks for the report! (In reply to comment #1) > That said, there are clearly some pretty serious bugs in dolphin's tree view > going on here. The rows using alternate color are not respecting > active/inactive states, and worse, are not updating when the system scheme > is changed. I think the latter issue should be fixed in 4.13 (see bug 315061), right? I'm not sure if I understand if anything else needs to be done, but I have to admit that I haven't written any of the relevant code, and I know very little about the handling of colors. (In reply to comment #2) > I'm not sure if I understand if anything else needs to be done, but I have > to admit that I haven't written any of the relevant code, and I know very > little about the handling of colors. At least in 4.11.5, the alternate row colors are not respecting the palette active/inactive state either. Has this also been fixed? The easiest way to check is to turn on inactive window color effects (if not already; options tab in appearance/colors kcm), and set an obnoxiously obvious intensity effect (e.g. a strong shade; inactive tab). Then start dolphin, observe reasonable colors, then select some other window and observe not so reasonable colors as in the original screen shot. OK, thanks! I can actually reproduce the problem that changing the inactive color settings also changes the alternating row colors in active windows, as shown in Dave's screen shot, so there is apparently at least one bug left. |