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

drag n drop improvements #203

Open
6 tasks
mmckegg opened this issue Aug 31, 2016 · 1 comment
Open
6 tasks

drag n drop improvements #203

mmckegg opened this issue Aug 31, 2016 · 1 comment

Comments

@mmckegg
Copy link
Owner

mmckegg commented Aug 31, 2016

  • orderable should drag a placeholder and show insert mark - don't perform sort until mouse release
  • this should also be applied to moving chunks around on controllers
  • find all uses of window.currentDrag and try to handle using native data
  • ensure that stuff can be dragged between loop drop instances (no more horrible hacks)
  • allow drop of sources/processors directly on to collections
  • allow file drop directly on to certain collections
@mmckegg
Copy link
Owner Author

mmckegg commented Sep 12, 2016

Tried using placeholder sorting, but it's kinda glitchy and hard. Have improved Orderable greatly by reducing flicker/jitter when hovering larger items.

mmckegg added a commit that referenced this issue Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant