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

[4] Drag and drop with trackpad is wonky and makes UI wonky #4690

Closed
mantariksh opened this issue Aug 26, 2022 · 3 comments · Fixed by #4695
Closed

[4] Drag and drop with trackpad is wonky and makes UI wonky #4690

mantariksh opened this issue Aug 26, 2022 · 3 comments · Fixed by #4695
Assignees

Comments

@mantariksh
Copy link
Contributor

To replicate:

  1. Climb down from your fancy developer ivory tower and use your trackpad instead of your mouse
  2. Go to the form builder and start dragging a field into the form (don't drop it yet)
  3. While holding down the trackpad to drag, use two fingers to scroll up and down the form
  4. Observe that drag and drop positioning gets messed up
  5. Also form fields start blending into each other in the UI:

Screenshot 2022-08-26 at 8 09 19 AM

@mantariksh mantariksh changed the title Drag and drop with trackpad is wonky and makes UI wonky [4] Drag and drop with trackpad is wonky and makes UI wonky Aug 26, 2022
@karrui
Copy link
Contributor

karrui commented Aug 26, 2022

easy fix: disable scrolling when drag is in progress. this is what many dnd libraries do exactly to "solve" this problem.

@karrui
Copy link
Contributor

karrui commented Aug 26, 2022

oh but drag scroll is broken, might be due to #4451

@karrui karrui self-assigned this Aug 26, 2022
@karrui
Copy link
Contributor

karrui commented Aug 26, 2022

Not needed, found an easy fix. It was actually a regression

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

Successfully merging a pull request may close this issue.

2 participants