Skip to content
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

Scrollbar handle dragging with infinite scroll #2

Closed
leonardoweslei opened this issue Oct 31, 2012 · 3 comments
Closed

Scrollbar handle dragging with infinite scroll #2

leonardoweslei opened this issue Oct 31, 2012 · 3 comments

Comments

@leonardoweslei
Copy link

In infinite scrolling when I drag the slider to the end cause error in auto-complete.

@darsain
Copy link
Owner

darsain commented Oct 31, 2012

Now the scrolling triggers the move event, but it is buggy when you continue scrolling after the reload. I'll have to look into it a little bit more.

@darsain
Copy link
Owner

darsain commented Dec 22, 2012

Commit dac42e9 with it's minor plugin rewrite, awesome performance improvements and animation smoothing eased the clunkiness of this a lot. The only issue now is that the scrollbar jumps on reload, and remains on the jumped position until next mousemove.

This is not really that bad considering that scrollbar dragging is a really bad UI choice for navigation through infinitely scrolling content. That being said, I'll leave this issue open to haunt me in my dreams. Maybe I'll have an idea how to handle this without doing some nasty things.

@darsain
Copy link
Owner

darsain commented Feb 7, 2013

I think that scrollbar handle behavior while dragging infinite content is now as good as it gets while remaining reasonable. Anything more that comes to my mind would be just overkill trying to make UI element work on something that is not designed to do.

@darsain darsain closed this as completed Feb 7, 2013
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