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
When I was trying out the quick navigation feature, I found I was using the keyboard and arrowing down to the find the method in question. Only when you get to the bottom of the list and do another "arrow down", the scrolling system jumps back to the top of the list. That's great, except that the same process doesn't work in reverse - so to get back to the bottom of the list, I can only scroll forward to get there again.
It'd be nice if either it didn't jump when you scroll "past" the bottom of the list, or if the "jump to top" was matched with a reverse "up arrow at the top of the list jumps to bottom" mechanism in order to keep the experience symmetrical.
Motivation
consistency to the scrolling user interface within the Quick Nav modal
Importance
improves the user experience
Alternatives Considered
potentially disabling the "jump to top" scrolling mechanism when you attempt to scroll past the bottom of the list, instead remaining at the bottom of the list.
The text was updated successfully, but these errors were encountered:
Feature Name
quick-navigation-circling scrolling
Description
When I was trying out the quick navigation feature, I found I was using the keyboard and arrowing down to the find the method in question. Only when you get to the bottom of the list and do another "arrow down", the scrolling system jumps back to the top of the list. That's great, except that the same process doesn't work in reverse - so to get back to the bottom of the list, I can only scroll forward to get there again.
It'd be nice if either it didn't jump when you scroll "past" the bottom of the list, or if the "jump to top" was matched with a reverse "up arrow at the top of the list jumps to bottom" mechanism in order to keep the experience symmetrical.
Motivation
consistency to the scrolling user interface within the Quick Nav modal
Importance
improves the user experience
Alternatives Considered
The text was updated successfully, but these errors were encountered: