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 762442 - gray area where the sidebar is going to be
gray area where the sidebar is going to be
Status: RESOLVED DUPLICATE of bug 761760
Product: gnome-maps
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-22 12:12 UTC by Andreas Nilsson
Modified: 2016-02-22 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (2.47 MB, image/png)
2016-02-22 12:12 UTC, Andreas Nilsson
Details

Description Andreas Nilsson 2016-02-22 12:12:15 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.
Comment 1 Jonas Danielsson 2016-02-22 12:42:09 UTC
I see this in VirtualBox with Fedora 23 as well.
Comment 2 Jonas Danielsson 2016-02-22 13:27:32 UTC
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.
Comment 3 Jonas Danielsson 2016-02-22 13:27:43 UTC
An ideas what might cause this?
Comment 4 Jonas Danielsson 2016-02-22 13:38:45 UTC
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?
Comment 5 Allan Day 2016-02-22 14:32:09 UTC
(In reply to Jonas Danielsson from comment #3)
> An ideas what might cause this?

Could be bug 761760 ?
Comment 6 Jonas Danielsson 2016-02-22 14:35:58 UTC
(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!
Comment 7 Jonas Danielsson 2016-02-22 15:18:16 UTC

*** This bug has been marked as a duplicate of bug 761760 ***