GNOME Bugzilla – Bug 674407
Several widgets rendered black-on-black with Gtk+ 3.4 default theme
Last modified: 2012-05-26 03:18:46 UTC
Since this Gtk+ commit: http://git.gnome.org/browse/gtk+/commit/?h=4dd9a73c8ae5254361e746a3013e952e0f72d6a3 several Evolution widgets render with black backgrounds when the default (Raleigh) theme is used: - the EMailShellSidebar header - EShellSearchBar - the headers area of EMailDisplay - various bits of ECalendarView - ETaskTable and EMemoTable - the selected row of the MessageList is also black instead of light blue Pretty much all these are still using GtkStyle, so it's probably Evo at fault here rather than Gtk+ ... presumably the fix is to upgrade to GtkStyleContext in each case
If this is the same as bug 671437, it seems to have been fixed by subsequent GTK+ releases. In any case it's a GTK+ issue. GTK+ doesn't get to break deprecated classes just because they're deprecated.
Created attachment 212404 [details] Screenshot of calendar view It's not the same as 671437 .. I've attached a screenshot. I'm seeing this with the latest gnome-3-4 / gtk-3-4 branches from jhbuild.
Okay, reassigning to GTK+ then.
*** This bug has been marked as a duplicate of bug 671437 ***