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

cannot auto scroll on Ios 11, neither Safari nor Chrome #304

Closed
edwardfxiao opened this issue Nov 1, 2017 · 4 comments
Closed

cannot auto scroll on Ios 11, neither Safari nor Chrome #304

edwardfxiao opened this issue Nov 1, 2017 · 4 comments

Comments

@edwardfxiao
Copy link

edwardfxiao commented Nov 1, 2017

cannot drag Item0 to Item49 on ios browser neither safari nor chrome in your basic usage example.
image

If I use useWindowAsScrollContainer={true} in my code, it can be dragged to the bottom, however, the animation movement distance wronged。

and it is unable to move up if scrolled to the end of the page

image

@edwardfxiao edwardfxiao changed the title cannot drag Item0 to Item49 on ios browser neither safari nor chrome in basic usage example cannot drag Item0 to Item49 on ios browser neither safari nor chrome in basic usage example or window as scroll container Nov 1, 2017
@edwardfxiao edwardfxiao changed the title cannot drag Item0 to Item49 on ios browser neither safari nor chrome in basic usage example or window as scroll container cannot auto scroll on Ios 11, neither Safari nor Chrome Nov 7, 2017
@Bazeloth
Copy link

Ive got the same issue on horizontal scroll...

@RahulDole
Copy link

RahulDole commented Jan 5, 2018

@clauderic The auto scroll on dragging of a row doesn't work for me at all my own application. I don't know what's missing. Could it be a css issue or something wrong in the way the component is being used? I'm using it with react virtualized Table.
It only works in Safari, not in Chrome & Firefox. But even in Safari, it doesn't work perfectly.

@apennell
Copy link

apennell commented Apr 10, 2018

I'm experiencing this issue as well, particularly in Chrome. I tried setting useWindowAsScrollContainer, which didn't work, but I also don't think I should use it anyway because my container is in a modal. Isn't it supposed to automatically selected the SortableElement's parent SortableContainer?

Scrolling seems to be working in Safari, although it highlights all the rows it passes by!
screen shot 2018-04-10 at 11 10 40 am 2

@clauderic
Copy link
Owner

useWindowAsScrollContainer was fixed in 0.7.0 thanks to #306, if you still experience issues with this, feel free to reopen

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

5 participants