Skip to content

Dragging scroll bar quickly calls every success in between #31

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

Closed
earmenda opened this issue Oct 27, 2015 · 1 comment
Closed

Dragging scroll bar quickly calls every success in between #31

earmenda opened this issue Oct 27, 2015 · 1 comment

Comments

@earmenda
Copy link

For example in one of the demos:
http://angular-ui.github.io/ui-scroll/demo/examples/tableScroller.html

If you scroll down a good amount of items and quickly move the scrollbar all the way to the top it will call success on the items in between. If you have enough items you will see that it will take a very long time to load. Is there any way around this?

@mfeingold
Copy link
Contributor

Once the #26 is implemented you will be able to initiate the reload from the point of your choosing. You will have to map scroll thumb movement to the index position yourself, and it will not be easy - as you move the scrollbar you get a flood of events. How do you decide which ones to skip and which ones to implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants