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

Migrate from jquery-ui.draggable to native Draggable API #208

Open
magul opened this issue May 26, 2016 · 0 comments
Open

Migrate from jquery-ui.draggable to native Draggable API #208

magul opened this issue May 26, 2016 · 0 comments
Assignees
Labels

Comments

@magul
Copy link
Contributor

magul commented May 26, 2016

After that there should be possibility to downgrade Node and we should try to build it against multiple Node versions on Travis.

@magul magul added the tech label May 26, 2016
cmwd added a commit to cmwd/plantingjs that referenced this issue May 28, 2016
This is a part of komitywa#208.
Previously we were using jquery-ui draggable in order to move objects.

In future we should refactor this mixin to use css transform property instead of top/left.
This is why:
https://csstriggers.com/left vs https://csstriggers.com/transform
magul pushed a commit that referenced this issue Jun 9, 2016
* Introduction to moveable mixin

This is a part of #208.
Previously we were using jquery-ui draggable in order to move objects.

In future we should refactor this mixin to use css transform property instead of top/left.
This is why:
https://csstriggers.com/left vs https://csstriggers.com/transform

* Refactor to more backbone way

* Add tests

* Refactor to use transform instead left/top

* Remove unused function

* Fixes after code review

* Encapsulate mixin logic

* Fix issues related to dragging and update tests.

* Fixes after code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants