Summary: | Comboboxes in Firefox are using the wrong colors | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | David Scholberg <recombinant.vector> |
Component: | gtk2-engine | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | b7.10110111, web |
Priority: | NOR | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | http://i.imgur.com/P5VRvUU.png | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Scholberg
2013-06-15 22:37:19 UTC
Hi David, Thanks for reporting. I can reproduce. @Hugo This appears to be caused by style->bg[state] being set wrong in firefox for these GtkToggleButtons (they are not true combos). If I disable this statement (or check for !xul in it), the button does render light (but text remains light): // default case if( style ) { options._customColors.insert( options&Flat ? Palette::Window:Palette::Button, Gtk::gdk_get_color( style->bg[state] ) ); } Don't know where to search for text color though, and whether there's a better place to fix this (if it's not firefox who sets wrong colors on widget style). Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. Firefox is on GTK3 now, so this is obsolete. |