Sorry to keep posting so many updates. But I've found a workaround and thought I should post it up. If I make the <div> an inline-block it doesn't interfere with the DnD function. After making that change DnD works on Chrome and still works on IE.
On Wednesday, March 19, 2014 2:20:07 PM UTC-7, Steve Warren wrote: > > I've narrowed the issue further: > > http://jsbin.com/sajukoqe/1/edit > > If I wrap a <content></content> node in a <div> then I can't drag the > element. If I just put <content></content> as the template contents I can > drag the element. So, element within an element was not the root cause. > > On Wednesday, March 19, 2014 12:34:21 PM UTC-7, Steve Warren wrote: >> >> Oddly enough, sometimes the items are draggable in Chrome (even in this >> jsbin). Most often if you make the output panel >1000px wide and reload >> the jsbin. >> >> On Tuesday, March 18, 2014 8:25:55 PM UTC-7, Steve Warren wrote: >>> >>> Here is a jsbin, if you run under chrome the items will not be >>> draggable. If you run under IE they will be draggable. >>> >>> http://jsbin.com/fitaqohu/1/edit >>> >>> Cheers >>> >>> On Tuesday, March 18, 2014 7:19:32 PM UTC-7, Steve Warren wrote: >>>> >>>> Thanks! I'll have a look. >>>> >>>> On Tuesday, March 18, 2014 7:17:58 PM UTC-7, Eric Bidelman wrote: >>>>> >>>>> You can use this as a template: http://jsbin.com/sikigemu/1/edit >>>>> >>>>> >>>>> On Tue, Mar 18, 2014 at 7:16 PM, Steve Warren <[email protected]>wrote: >>>>> >>>>>> I'm not a big fan of stack overflow, too many rules and random people >>>>>> enthusiastic about policing them. I helped fix a but in polymer.dart >>>>>> earlier today and was pointed here for my remaining mystery. I can try >>>>>> to >>>>>> boil it down into a jsbin for sure, never used that before so I'll see >>>>>> about figuring that out next. >>>>>> >>>>>> >>>>>> On Tuesday, March 18, 2014 7:07:03 PM UTC-7, Eric Bidelman wrote: >>>>>> >>>>>>> Steve, mind posting this on stack overflow with a jsbin? >>>>>>> On Mar 18, 2014 5:51 PM, "Steve Warren" <[email protected]> wrote: >>>>>>> >>>>>>>> I'm having trouble getting DnD of a custom element working. I >>>>>>>> have a case like: >>>>>>>> >>>>>>>> <elementA> >>>>>>>> <elementB></elementB> >>>>>>>> <elementC></elementC> >>>>>>>> <elementD></elementD> >>>>>>>> </elementA> >>>>>>>> >>>>>>>> And B/C/D have draggable set true and drag events added in >>>>>>>> "enteredView" (polymer.dart) and "created" (polymer.js). >>>>>>>> >>>>>>>> In both the dart implementation and the javascript implementation >>>>>>>> dragging and dropping is not working in Chrome, but is working in >>>>>>>> IE10. Are >>>>>>>> there known issues in this area, or is their a working demonstration >>>>>>>> like >>>>>>>> what I'm doing I can run and test to see if I'm doing something wrong? >>>>>>>> (although given it's working in IE10 I'm not sure what that could be) >>>>>>>> >>>>>>>> Regards >>>>>>>> >>>>>>>> Follow Polymer on Google+: plus.google.com/107187849809354688692 >>>>>>>> --- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "Polymer" group. >>>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>>> send an email to [email protected]. >>>>>>>> >>>>>>>> To view this discussion on the web visit >>>>>>>> https://groups.google.com/d/msgid/polymer-dev/dba9c662- >>>>>>>> e72f-406e-8157-01b39831c27d%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/dba9c662-e72f-406e-8157-01b39831c27d%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>>>> . >>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>> >>>>>>> Follow Polymer on Google+: plus.google.com/107187849809354688692 >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Polymer" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> To view this discussion on the web visit >>>>>> https://groups.google.com/d/msgid/polymer-dev/2dac43da-6470-4cb3-8202-de033b13155f%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/2dac43da-6470-4cb3-8202-de033b13155f%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>> . >>>>>> >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/de86c830-f3d6-4a87-8334-efc412e1cc08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
