GNOME Bugzilla – Bug 764126
moving the mouse between gtk+ places leaves random ones highlighted/greyed out.
Last modified: 2016-08-11 16:02:39 UTC
Created attachment 324663 [details] Notice the places panel. This is randomly happening but moving the mouse between gtk+ places leaves random ones highlighted/greyed out. I see it in both the gtk+ filepicker and nautilus. It should be easier to notice in nautilus though. I will attach a screenshot.
As suggested by Lapo in #gtk+ irc channel, setting GTK_DEBUG=no-css-cache removes the issue.
*** Bug 767443 has been marked as a duplicate of this bug. ***
*** Bug 769351 has been marked as a duplicate of this bug. ***
I can't reproduce this on master / 3.21. Can you ?
Created attachment 332549 [details] listbox issue with gtk+ master I can still reproduce this; the attached video is with the listbox demo in gtk3-demo, but the sidebar listbox works just as well (only the first row as far as I can see).
I may be blind. What am I supposed to see go wrong in that video ?
Created attachment 332575 [details] Interesting frame from that video The text color of the first row blinks. It's easy to see if you open the video in a video player and step through it frame-by-frame.
But blinking is very different from leaving a wrong color behind ?
(In reply to Matthias Clasen from comment #8) > But blinking is very different from leaving a wrong color behind ? https://bug764126.bugzilla-attachments.gnome.org/attachment.cgi?id=324663 It is leaving the wrong color behind. in this case grey instead of black. Still GTK_DEBUG=no-css-cache fixes it.
Created attachment 332580 [details] Video of master showing the left-behind colors I had to use the dark theme for some reason and that video is showing the widget-factory running under valgrind (that was a coincidence, but I can't seem to reproduce the left-behind colors without valgrind, just the blinking).
*** This bug has been marked as a duplicate of bug 763517 ***