After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735712 - Can't switch between screenshots
Can't switch between screenshots
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks: 735749
 
 
Reported: 2014-08-30 11:53 UTC by Elad Alfassa
Modified: 2014-09-01 18:35 UTC
See Also:
GNOME target: 3.14
GNOME version: ---


Attachments
Make screenshot selection work again (1.38 KB, patch)
2014-08-31 15:12 UTC, Matthias Clasen
committed Details | Review

Description Elad Alfassa 2014-08-30 11:53:23 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!
Comment 1 Matthias Clasen 2014-08-31 15:12:21 UTC
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.
Comment 2 Kalev Lember 2014-08-31 15:51:50 UTC
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?
Comment 3 Matthias Clasen 2014-09-01 15:22:09 UTC
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
Comment 4 Kalev Lember 2014-09-01 18:35:39 UTC
Attachment 284931 [details] pushed as 6638eaf - Make screenshot selection work again