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 691675 - thumbnail animation broken on display->properties transition
thumbnail animation broken on display->properties transition
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.7.x
Other Linux
: Normal major
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-13 20:51 UTC by Zeeshan Ali
Modified: 2016-03-31 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the issue (513.95 KB, image/png)
2013-01-13 20:51 UTC, Zeeshan Ali
  Details
Fix screenshot zooming when going to properties view (1.01 KB, patch)
2013-01-22 08:34 UTC, Alexander Larsson
committed Details | Review

Description Zeeshan Ali 2013-01-13 20:51:59 UTC
Created attachment 233402 [details]
Screenshot of the issue

With gtk+ 3.6.4 and clutter 1.12.2, the box's display gets stuck (as shown in the attached screenshot) during transition from display to properties UI state.

Severity to "major" since properties is quite unusable in this state.
Comment 1 Zeeshan Ali 2013-01-16 16:21:23 UTC
Actually, i can reproduce this against latest gtk+ and clutter from git master as well.
Comment 2 Alexander Larsson 2013-01-21 08:30:37 UTC
I've seen this too, although when it happens depends on how exactly you reach the "go to properties" mode (e.g. if you've gone to fullscreen before it works once or something like that). Very weird.
Comment 3 Alexander Larsson 2013-01-22 08:34:58 UTC
Created attachment 234080 [details] [review]
Fix screenshot zooming when going to properties view

We used to rely on getting at least one size allocate, but with recent
Gtk+ we don't get that, so make sure we initialize the animation with the
current allocation.
Comment 4 Zeeshan Ali 2013-01-22 14:08:22 UTC
Review of attachment 234080 [details] [review]:

ACK
Comment 5 Alexander Larsson 2013-01-22 15:02:59 UTC
Attachment 234080 [details] pushed as 3647b07 - Fix screenshot zooming when going to properties view