Hi,

I'm actually attempting to do something similar. It appears to be a
fairly common problem. There are some older plugins that don't work
with the latest version of jQuery. It looks like there's a solution on
the roadmap for jQuery UI but I didn't see a date for a release, it's
only in the planning stage right now.

I also saw a post saying ui.tree was going to be coming in 1.5, we're
at 1.7 so it probably ended up being a harder problem than expected.
I'll blame IE for making it harder than it should be :) . I have
something that kinda works but it's not smooth and it's flaky. I'll
let you know if I come up with anything good.




On Jul 16, 6:59 am, Simon Xiao <[email protected]> wrote:
> Hi, sorry i was just tired of searching, thanks so much for your
> attention.
>
> I am trying to develop a interface that allows users to drag in html
> components to a main sortable container on the fly, then all these
> componens (doms) can be further arranged in a nested manner, means
> they should be parents containing sortable items too. I cant paste the
> whole code cause the content are generated on the fly, but i made my
> points clear, right?
>
> I'd like to try a sortable to sortable way, but i really dont want the
> one drag from to be sortable, so is there  any way you can disable the
> sortable but you can still drag things out?
>
> thanks again for your reply.
>
> On Jul 16, 5:46 pm, "[email protected]" <[email protected]> wrote:
>
> > Hi Simon,
>
> > is it worth to help someone who blames the community?
>
> > there are 2 problems with your case: you describe a concrete problem
> > without a concrete example, maybe you can construct an example of your
> > problem using jsbin.com and post it here.
>
> > the other thing is: is there possibly another way to think of this
> > problem? maybe you could use (not draggable/sortable) containers which
> > accept sortables, so there would not be the need for dragging items
> > into child items.
>
> > On 16 Jul., 11:36, Simon Xiao <[email protected]> wrote:
>
> > > no one reply? what a community....
>
> > > i've searched all night long and just want to achieve the same thing
> > > that the greedy option does in droppable..
>
> > > how frustrating.
>
> > > On Jul 16, 11:39 am, Simon Xiao <[email protected]> wrote:
>
> > > > could someone help me please..thanks / Simon
>
> > > > On Jul 16, 1:13 am, Simon Xiao <[email protected]> wrote:
>
> > > > > Hi im new to jquery and using draggable andsortableto add new item
> > > > > to a list by dragging.
>
> > > > > and my list is a nested div like:
>
> > > > > div.sortable
> > > > >   ....
> > > > >   ....
> > > > >   div.sortable
> > > > >       .....
> > > > >       .....
> > > > >   ....
> > > > >   ....
>
> > > > > when i drag an item into the child div, i got this item duplicated on
> > > > > both the child div and its parent. maybe its a propagation issue but i
> > > > > really dont know how to stop propagation in this case (btw i found
> > > > > there was agreedyoption seems to prevent this but its not available
> > > > > anymore..). would someone please help. thank in advanced!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to