javascript - Draggable nested inside Draggable drags both when dragging child in IE -
I am applying a sit-up using jQuery. There are tables with chairs around me, which can be sitting on chairs, guests have a wrapper div in each table that is dragable. The chair inside the table is the number of devils. A guest can be sitting inside any chair. The guest is also a diva located inside the chair devel. Here is a sample for the markup of such a table. This table has 8 cheeses with two guests sitting in the first two chairs.
div.table-wrapper is a draggable and therefore div.guest. The idea is that you can pull a guest from one chair to another, or drag the entire table to a different place. The problem I have is in IE, where you click and drag a guest, drag both guests and tables at the same time. Does anyone know how I can fix it?
Thank you, ~ Matt
After a lot of excavation, I think now Got a solution for It contains hacking ui.draggable.js, but currently it is not any other way.
To see my complete answer, see my post on the jQuery forum:
Hope this helps someone with any such issue.
Thanks, ~ Matt
Comments
Post a Comment