-
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
Scrolling is broken on macOS Safari #1458
Comments
Possibly related: |
@brendon If you could, please try the next-version branch and tell me if the issue occurs using that script. |
Hi @owen-m1, unfortunately yes both problems still occur on that branch. |
Thanks @owen-m1, that is now working and it respects the |
@brendon Please try |
Thanks @owen-m1, it all works as expected now :) Thank you so much for your help! :) |
Hi @owen-m1, would it be possible to have a patch version released? :) |
@brendon 1.8.4 is now released :) |
Thanks @owen-m1, much appreciated :D |
Has anyone run into this issue on 1.9.0? I am seeing this issue on an iPad on my web page only on Safari(12.4). The first list item occupies the entire viewport and trying to scroll down the page, does nothing. And all the controls on that item are also not responsive. Using |
Problem:
Page scrolling appears to be broken on macOS Safari. It used to work in 1.7.0 but from what I've read, the scrolling system was overhauled between then and 1.8
JSBin/JSFiddle demonstrating the problem:
http://sortablejs.github.io/Sortable/
Try to drag and drop an item with Safari and you'll notice it doesn't scroll the page. Using Firefox the page does scroll (it also works with Chrome).
The text was updated successfully, but these errors were encountered: