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 783565 - if there is a big list of routes, route details scrolls off the view
if there is a big list of routes, route details scrolls off the view
Status: RESOLVED FIXED
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: 2017-06-08 18:25 UTC by Andreas Nilsson
Modified: 2017-06-09 10:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screencast (1.67 MB, video/webm)
2017-06-08 18:25 UTC, Andreas Nilsson
  Details
sidebar: Set vhomogeneous to false (1.14 KB, patch)
2017-06-08 19:53 UTC, Marcus Lundblad
none Details | Review
sidebar: Set vhomogeneous to false on transit list stack (1.16 KB, patch)
2017-06-09 10:03 UTC, Marcus Lundblad
committed Details | Review

Description Andreas Nilsson 2017-06-08 18:25:54 UTC
Created attachment 353422 [details]
screencast

To reproduce:
1. Search a route from A to B.
2. Click the route details. Everything looks fine.
3. Go back. Press "Load later alternatives" a bunch of times
4. Click on one of the options further down in the list.
5. Now that one is empty, uh, but wait, the view is actually scrolled.
6. Scroll up to see it. Aha! There it is!
Comment 1 Marcus Lundblad 2017-06-08 19:53:38 UTC
Created attachment 353429 [details] [review]
sidebar: Set vhomogeneous to false

Otherwise the stack will allocate the same height to both list boxes
and the scrolled view will get scrolled out of sight when loading lots
of results and entering an itinerary.
Comment 2 Andreas Nilsson 2017-06-09 09:18:14 UTC
Patch works for me!
Comment 3 Marcus Lundblad 2017-06-09 10:03:03 UTC
Created attachment 353449 [details] [review]
sidebar: Set vhomogeneous to false on transit list stack

Otherwise the stack will allocate the same height to both list boxes
and the scrolled view will get scrolled out of sight when loading lots
of results and entering an itinerary.
Comment 4 Marcus Lundblad 2017-06-09 10:04:13 UTC
Attachment 353449 [details] pushed as 91fa127 - sidebar: Set vhomogeneous to false on transit list stack