GNOME Bugzilla – Bug 762442
gray area where the sidebar is going to be
Last modified: 2016-02-22 15:18:16 UTC
Created attachment 321827 [details] screenshot Tested this on GNOME Continuous from today. If I activate the sidebar and hide it again, the gray area remains.
I see this in VirtualBox with Fedora 23 as well.
I added this: + this.connect('size-allocate', function(w, a) { + log('%d %d %d %d'.format(a.x, a.y, a.width, a.height)); + }); And see that the revealer allocates a full size even tho it is hidden: Gjs-Message: JS LOG: 898 70 320 621 Gjs-Message: JS LOG: 898 70 320 621 Gjs-Message: JS LOG: 898 70 320 621 Gjs-Message: JS LOG: 898 70 320 621 This is before and after we press the button to reveal the sidebar.
An ideas what might cause this?
2:29 PM <mclasen> the difference under boxes is that animation is disabled 2:30 PM <mclasen> see if setting gtk-enable-animations to false in the inspector reproduces the problem outside of a vm Anyone up for testing this?
(In reply to Jonas Danielsson from comment #3) > An ideas what might cause this? Could be bug 761760 ?
(In reply to Allan Day from comment #5) > (In reply to Jonas Danielsson from comment #3) > > An ideas what might cause this? > > Could be bug 761760 ? Nice catch! Seems very likely!
*** This bug has been marked as a duplicate of bug 761760 ***