GNOME Bugzilla – Bug 709027
List mode has black background
Last modified: 2013-12-04 10:27:33 UTC
Gray on black, pretty unreadable.
Can you precise gtk+ version?
Actually when using gnome-documents I'm facing the same issue. List view has a black background when the application has focus. Has soon has focus is lost, background is fine again. Assigning to libgd but I did not investigate further yet.
sorry, *as soon as*
I also have this issue.
The wrong background issue does not concern the row which has the focus. Nor does it occur with HighContrast theme.
*** Bug 711475 has been marked as a duplicate of this bug. ***
*** Bug 711295 has been marked as a duplicate of this bug. ***
After a bit of debugging it appears to be related to the "content-view" style class: https://git.gnome.org/browse/libgd/tree/libgd/gd-main-view.c#n931 Since that part of libgd has not changed recently, it might be a GTK+ or theme problem.
Created attachment 263392 [details] Reproducer Note that the bug only manifests itself when the list is long enough for the scrollbars to show up.
Reassigning to gtk+ because this is obviously not in libgd.
Created attachment 263398 [details] Display of the bug For all the people too lazy to compile the testcase. :)
Fixed in master and gtk-3-10 branch with commit 3b25efffce83a95f322258a7c01988fae55ec583
Excellent! Thanks for getting this fixed.