GNOME Bugzilla – Bug 726271
Items not highlighted while mouse-hovered
Last modified: 2014-04-14 05:35:55 UTC
I was trying to fix a problem on Evince Bookshelf/Recent-view (branch wip/recent-view) regarding item highlighting on mouse hover which was not happening. I discovered that the follow-state was not set, so I set it ( http://pastebin.com/93eSC1AM or http://pastebin.com/5HTUqcAf ), but none of these worked. Taking a look in the gtk+ tests at testiconview.c I noticed that although the follow-state was set here the icons in the testiconview window were also not highlighted on mouse hover. This seems to be a problem from gtk+.
Created attachment 274134 [details] [review] iconhelper: always ensure a stated pixbuf Even when we are set a pixbuf itself.
I wrote this patch a long time ago, but I haven't tested whether it still works. Attaching it here for reference and testing.
Created attachment 274135 [details] [review] iconhelper: always ensure a stated pixbuf -- This one is tested and works.
Attachment 274135 [details] pushed as b0a0b7e - iconhelper: always ensure a stated pixbuf