You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flick scroll through search results so that list is still scrolling when you click a filter.
The results jump, but don't visible move to the top.
The list may be moving to the top, but it appears the scrolling easing is still active so the list continues scroll immediately, hiding the search results message immediately from view. Though because of the scenario below it seems like the scrollTop is being ignored (https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L251) while the list is in motion.
Try flicking to the bottom of results list to get scrolling going and click the Biking, Horse Riding, and XC Skiiing filters. The results list will appear blank, presumably because the list has continued scrolling from where it was by its length has reduce, so the blank area after the list is being viewed. Clicking any of the filters brings the results back in view.
The text was updated successfully, but these errors were encountered:
To repeat:
The list may be moving to the top, but it appears the scrolling easing is still active so the list continues scroll immediately, hiding the search results message immediately from view. Though because of the scenario below it seems like the scrollTop is being ignored (https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L251) while the list is in motion.
Try flicking to the bottom of results list to get scrolling going and click the Biking, Horse Riding, and XC Skiiing filters. The results list will appear blank, presumably because the list has continued scrolling from where it was by its length has reduce, so the blank area after the list is being viewed. Clicking any of the filters brings the results back in view.
The text was updated successfully, but these errors were encountered: