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 703105 - overview: Really fix zoom animation
overview: Really fix zoom animation
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-26 09:19 UTC by drago01
Modified: 2013-06-26 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
overview: Really fix zoom animation (2.39 KB, patch)
2013-06-26 09:19 UTC, drago01
committed Details | Review

Description drago01 2013-06-26 09:19:09 UTC
See patch.
Comment 1 drago01 2013-06-26 09:19:11 UTC
Created attachment 247803 [details] [review]
overview: Really fix zoom animation

Commit 16fa186b633d attempted to fix the zoom animation problem
by throwing changes on the floor while the overview is animating. This has
the side effect that we might end up missing some positioning changes causes
windows to overlap the workspace thumbnails.

So revert those changes and fix it by simply by passing
WindowPositionFlags.ANIMATE during the overview animation.
This way the animation works as expected and we don't miss any position changes.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-06-26 16:04:43 UTC
Review of attachment 247803 [details] [review]:

OK.
Comment 3 drago01 2013-06-26 16:07:30 UTC
Attachment 247803 [details] pushed as b1c9361 - overview: Really fix zoom animation