Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Drag and drop #8

Open
markibanez opened this issue May 31, 2015 · 27 comments
Open

Drag and drop #8

markibanez opened this issue May 31, 2015 · 27 comments

Comments

@markibanez
Copy link

Can we still use the old core-drag-drop element? If not what can we use to implement drag and drop?

@notwaldorf
Copy link
Contributor

The old core-drag-drop will not work in Polymer 1.0, but I think @kevinpschaaf has been working on something related to this.

@abdonrd
Copy link
Member

abdonrd commented Oct 18, 2015

+1 for drag and drop element! 👍

@hugozap
Copy link

hugozap commented Nov 1, 2015

Meanwhile you can integrate a library like InteractJS. Check this sample of a Polymer 1+ element that uses it to add drag/drop behavior.
http://hugozap.com/polymer-practice/dist/interact-dragdrop1.html

@notwaldorf
Copy link
Contributor

/cc @kevinpschaaf

@cvanleeuwen
Copy link

For those interested, sortable seems like a nice alternative. This mentions that it already has polymer support, already wrapped as a component!

@albertolobrano
Copy link

hi @kevinpschaaf what is the status of this ?

@kevinpschaaf
Copy link

@albertolobrano I'm not doing any active work on this currently. What @notwaldorf was referring to was a proof-of-concept I did a while back on a <dom-reorderer> element: http://jsbin.com/setaci/5/edit?html,output. I don't have plans at the moment to take that to a supported element, but happy to share it in case it's useful.

@cdata
Copy link
Contributor

cdata commented Dec 10, 2015

@albertolobrano @kevinpschaaf I have prototyped some drag/drop primitives and might be able to introduce something soon.

@albertolobrano
Copy link

@kevinpschaaf @cdata thanks for the update

@brown2rl
Copy link

brown2rl commented Mar 2, 2016

@hugozap thanks! i was able to nest the element in the example div and it worked perfectly!

@ronnyroeller
Copy link

+1

1 similar comment
@mgibas
Copy link

mgibas commented Jul 26, 2016

+1

@johanneseschrig
Copy link

+2

@frezelth
Copy link

frezelth commented Aug 5, 2016

+1

@lcahlander
Copy link

This is a great component for a draggable and resizeable div http://manekinekko.github.io/drag-resize/ by @manekinekko. It is dependent on core-elements.

<link rel="import" href="../core-drag-drop/core-drag-drop.html">
<link rel="import" href="../core-tooltip/core-tooltip.html">

Are these capabilities going to be implemented in the iron elements? I could use the capabilities of the drag-resize component in my application.

Thank you,
Loren

@pwasem
Copy link

pwasem commented Sep 8, 2016

Any update / plans / schedule on this?
hank you

@sasivarnan
Copy link

Any update on this ???

@dwr-psandhu
Copy link

+1

3 similar comments
@martin-voigt
Copy link

+1

@espa77
Copy link

espa77 commented Dec 16, 2016

+1

@jdemeulenaer
Copy link

+1

@ergo
Copy link

ergo commented Dec 16, 2016

https://beta.webcomponents.org/element/ergo/polymer-dragula - I've made this and it seems work like a charm in shady dom - including nesting, demo 1 also works with shadow dom enabled - but demo 2 breaks - i think this requires some changes in dragula itself to support.

bevacqua/dragula#418 probably would solve this completly?

@dameiers
Copy link

dameiers commented May 3, 2017

+1
Any update on this?

@johnlim
Copy link

johnlim commented Jan 6, 2018

+1
Any update on this?

@maxiplay
Copy link

+1

@irontiga
Copy link

irontiga commented Apr 5, 2018

+1

1 similar comment
@EliArtist
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests