I'll try - i've never used a ticket tracking system before - I'm more of a hobby coder!!
I noticed that if I use the helper: "clone" option for the draggable, dropping on the list works perfectly but the original draggable is not removed???? Regards Jonathan On 7 Nov 2008, at 14:17, Paul Bakaus wrote: > This looks like a bug to me - could you enter it into the bugtracker? > > Thanks, > Paul > > On Fri, Nov 7, 2008 at 2:25 PM, Jonathan Franks > <[EMAIL PROTECTED]> wrote: > > Thanks Paul, > > I'm playing with connectToSortable now and I'm having a problem.... > > the draggable is successfully added to the HTML for the sortable in > the position where it is dropped. However, on screen the dropped item > is way off where it should be. And its left with the draggable > classes. > > So looking at the code, I end up with something like this.... > > <ul id="sortables" class="testing ui-sortable" style="cursor: move; > position: relative;"> > <li id="order_1" class="sortable"> 1 </li> > <li id="order_3" class="sortable"> 3 </li> > <li id="order_2" class="sortable ui-draggable ui-draggable-dragging" > style="position: relative; left: 4px; top: -38px;"> 2 </li> > </ul> > > Any suggestions? > > Thanks in advance, > > Jonathan > > > > > > -- > Paul Bakaus > UI Architect > -- > http://paulbakaus.com > http://www.linkedin.com/in/paulbakaus > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
