-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tabs] Long-click on pagination arrows should continue scrolling #6510
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 25, 2018
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes angular#6510.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 10, 2019
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes angular#6510.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 10, 2019
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes angular#6510.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 19, 2019
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes angular#6510.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 23, 2019
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes angular#6510.
andrewseguin
pushed a commit
that referenced
this issue
Jan 23, 2019
Adds some code that automatically keeps scrolling the tab header while holding down one of the paginator buttons. This is useful on long lists of tabs where the user might have to click a lot to reach the tab that they want. Fixes #6510.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Feature
What is the expected behavior?
When a user has a long list of tabs and they are trying to scroll them it would be ideal to have the ability to just long press on the tab scroll arrows and it continue scrolling.
What is the current behavior?
Currently you have to continuously click the arrow for it to scroll.
The text was updated successfully, but these errors were encountered: