GNOME Bugzilla – Bug 691675
thumbnail animation broken on display->properties transition
Last modified: 2016-03-31 13:59:02 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.
Actually, i can reproduce this against latest gtk+ and clutter from git master as well.
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.
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.
Review of attachment 234080 [details] [review]: ACK
Attachment 234080 [details] pushed as 3647b07 - Fix screenshot zooming when going to properties view