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

[BUG] Mobile scrolling disabled after interacting with vue-dndrop container #25

Open
Ordinal43 opened this issue Feb 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ordinal43
Copy link
Owner

Describe the bug
After touching an element inside a vue-dndrop's Container component, the element outside which was supposed to be scroll-able can't be scrolled. To re-enable scrolling, the user must tap any section outside the container.

To Reproduce

  1. Login to https://nuxt-trello-clone.herokuapp.com
  2. Enter board page
  3. Create several lists until the screen overflows horizontally
  4. Create a card in one of the lists
  5. Touch and drag any element inside the list (not dragging will open the card details page instead)
  6. Drag element outside the list (can't scroll at this point)
  7. Tap any element outside the list
  8. Drag element outside the list again (scrolling returns to normal)

Expected behavior
The user should be able to scroll the element outside the Container without needing to tap outside.

Demo
https://user-images.githubusercontent.com/32264015/152777961-5e732780-a1ed-4b36-9096-33ea41a0244c.mp4

Smartphone

  • Device: Samsung Galaxy S20 FE
  • OS: Android 12
  • Browser: Firefox
  • Version: 96.3.1
@Ordinal43 Ordinal43 changed the title [BUG] #2 Mobile scrolling disabled after interacting with vue-dndrop container [BUG] Mobile scrolling disabled after interacting with vue-dndrop container Feb 7, 2022
@Ordinal43 Ordinal43 added the bug Something isn't working label Feb 7, 2022
@Ordinal43 Ordinal43 self-assigned this Feb 8, 2022
Ordinal43 added a commit that referenced this issue Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant