-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
AutoScroll overflow:hidden demo not working #1734
Comments
This looks like a bug. Even with overflow off, it still doesn't scroll when I believe it should. We'll have to look into this further. |
@waynevanson Any updates on this? |
I've only narrowed it down to a change made in the 1.8.0 release. If you change the JS Bin example to use
Narrowed further to a change in commit 18cccba / PR #1386. I've looked further into this, but I'm not close enough to this code to know what's going on anymore. Something with how the code since bubbleScroll was added handles finding and item's scroll-parent seems wonky, but I'm at a loss. |
is this related to #1403 ? |
any updates on this? |
1 similar comment
any updates on this? |
Problem:
The given demo does not work (Chrome 79, Mac OS Catalina): https://jsbin.com/xecihez/edit?html,js
The list is not scrolling during a drag.
JSBin/JSFiddle demonstrating the problem:
https://jsbin.com/xecihez/edit?html,js,output
The text was updated successfully, but these errors were encountered: