After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 426651 - Recoloring of search widgets is broken
Recoloring of search widgets is broken
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[kill-bonobo]
: 335965 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-04-05 16:15 UTC by Benjamin Berg
Modified: 2021-05-19 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
combobox (11.20 KB, image/png)
2007-05-02 07:51 UTC, Benjamin Berg
Details

Description Benjamin Berg 2007-04-05 16:15:46 UTC
The entry for the search is recolored to base[SELECTED] if a search is active. This is a good thing, but evolution seems to use the default style (from gtk_widget_get_default_style) for this instead of the one from the widget.

Also in the Mail component, the combobox is recolored. This is not visible in most themes, but becomes visible if one sets the combobox into appears as list mode.

A style to test could look like this:

style "test" {
  GtkComboBox::appears-as-list = 1
  base[SELECTED] = "#ff0000"
}
class "GtkWidget" style "test"

With this style, the colour of the entry should be red. But the combobox to select what messages to show should still be normal.
Comment 1 Srinivasa Ragavan 2007-05-02 05:07:42 UTC
Confirming the widget coloring. Not sure of what the combo box stuff about. Berg, can you help me out to understand?
Comment 2 Benjamin Berg 2007-05-02 07:51:33 UTC
Created attachment 87376 [details]
combobox

As you can see in this screenshot, the combobox gets its background set. But because the text is a separat widget its color is not updated.
Oh, now I see it. It is not specific to the mail component. The color is never reset when the search is cleared.

That said, I don't see a point in changing the base color of the combobox.
Comment 3 Matthew Barnes 2009-06-08 14:22:37 UTC
*** Bug 335965 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2021-05-19 11:56:01 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. 
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines
and create a new bug report ticket at
  https://gitlab.gnome.org/GNOME/evolution/-/issues/

Thank you for your understanding and your help.