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
Focus any one of the 3 menus (tap "Item 0" or tap the dropdown trigger).
Press the down arrow 5 or so times.
Expected
Once the selection is at the bottom of the visible menu container, Down should scroll the menu down by one, so the selection is always at the bottom. (select)
Actual
Every 5 or so element, the menu scroll position jumps so the selected item is in the middle of the visible menu container instead of the bottom. (paper-menu, paper-listbox)
This is particularly disorienting when the list wraps, because it's not immediately obvious that it isn't just continuing the "move downward, scroll upward" behavior.
Also repros with the down arrow (selection should always be at the top, but the menu scrolls up occasionally).
The text was updated successfully, but these errors were encountered:
Fiddle: https://jsfiddle.net/ntw6trbk/
Expected
Once the selection is at the bottom of the visible menu container, Down should scroll the menu down by one, so the selection is always at the bottom. (
select
)Actual
Every 5 or so element, the menu scroll position jumps so the selected item is in the middle of the visible menu container instead of the bottom. (
paper-menu
,paper-listbox
)This is particularly disorienting when the list wraps, because it's not immediately obvious that it isn't just continuing the "move downward, scroll upward" behavior.
Also repros with the down arrow (selection should always be at the top, but the menu scrolls up occasionally).
The text was updated successfully, but these errors were encountered: