GNOME Bugzilla – Bug 735712
Can't switch between screenshots
Last modified: 2014-09-01 18:35:44 UTC
Clicking on the small thumbnails does nothing, the big screenshot stays the same. I know you know about this issue, but I'm filing it here anyway - we should really fix this before 3.14!
Created attachment 284931 [details] [review] Make screenshot selection work again This is a workaround for some yet-to-be-diagnosed GTK+ gesture fallout. The stack we use for each screenshot has a window. Setting the event mask explicitly ensures that we get button events, which will then bubble up the listbox which maintains the selection.
Awesome, thanks for fixing this, Matthias! Would it help fixing the underlying GTK+ gesture fallout if I try to come up with a minimal reproducer this time too?
Probably, although asking Carlos might be a faster way to find out whats going one. In any case, I've cloned this gtk bug 735749
Attachment 284931 [details] pushed as 6638eaf - Make screenshot selection work again