GNOME Bugzilla – Bug 783565
if there is a big list of routes, route details scrolls off the view
Last modified: 2017-06-09 10:04:17 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!
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.
Patch works for me!
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.
Attachment 353449 [details] pushed as 91fa127 - sidebar: Set vhomogeneous to false on transit list stack