PolymerElements / iron-elements

Core elements
47 stars 23 forks source link

Drag and drop #8

Open markibanez opened 9 years ago

markibanez commented 9 years ago

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

notwaldorf commented 9 years ago

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 commented 9 years ago

+1 for drag and drop element! :+1:

hugozap commented 8 years ago

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 commented 8 years ago

/cc @kevinpschaaf

cvanleeuwen commented 8 years ago

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

albertolobrano commented 8 years ago

hi @kevinpschaaf what is the status of this ?

kevinpschaaf commented 8 years ago

@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 commented 8 years ago

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

albertolobrano commented 8 years ago

@kevinpschaaf @cdata thanks for the update

brown2rl commented 8 years ago

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

ronnyroeller commented 8 years ago

+1

mgibas commented 8 years ago

+1

johanneseschrig commented 8 years ago

+2

frezelth commented 8 years ago

+1

lcahlander commented 8 years ago

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 commented 8 years ago

Any update / plans / schedule on this? hank you

sasivarnan commented 7 years ago

Any update on this ???

dwr-psandhu commented 7 years ago

+1

martin-voigt commented 7 years ago

+1

espa77 commented 7 years ago

+1

jdemeulenaer commented 7 years ago

+1

ergo commented 7 years ago

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.

https://github.com/bevacqua/dragula/issues/418 probably would solve this completly?

dameiers commented 7 years ago

+1 Any update on this?

johnlim commented 6 years ago

+1 Any update on this?

maxiplay commented 6 years ago

+1

irontiga commented 6 years ago

+1

EliArtist commented 6 years ago

+1