-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 draggable items on iOS broken since 11.0.0 #1396
Comments
I just checked and I was able to reproduce this :| |
I can also confirm this is occurring in |
It has to do with our force press opt out. If you change |
I'll give that a try @alexreardon. Is this expected behaviour? Or is changing |
it is a temporary solution. i can see that the issue is with that behaviour |
Thanks. I think we'll stick on |
Can you please verify if that change works for you? |
@alexreardon I've upgraded to |
I am investigating this now |
I have shipped the workaround in an alpha for validation:
Please try it out and let me know how it goes |
@alexreardon I can confirm that the work in |
Fixed in |
We have a Trello-style application, with columns which you can scroll horizontally, and each column containing items you can scroll vertically. You can drag items up and down columns and from one column to another.
This has all worked perfectly well until upgrading from 10.1.1 to 11.0.0 or above.
We are now finding that on iOS (either Safari or Chrome) you cannot scroll either horizontally or vertically by dragging your finger on the items in the columns. If you drag/scroll the column header, where no items are located, you can still scroll the columns horizontally, leading me to think it is some functionality of the draggable items that is interfering with the scrolling.
The drag handle of the items in the columns is the entire item, so almost all of each column is a draggable surface. The drag handle of the columns themselves is only a small handle in the top left corner of each column, so there is space to the right of the handle which isn't 'draggable' where you can scroll the columns horizontally.
To be clear - this problem is not about dragging items and auto scrolling their container while dragging - this is about scrolling the container itself without dragging anything.
Did something change in v11 which would affect this behaviour?
The text was updated successfully, but these errors were encountered: