Reputation: 232
I have a page with list of draggable elements and an iframe with sortable table in which all TRs are sortable. And I want to drag the draggable elements (which are out side the iframe ) into iframe's sortable table and on drop complete the div should be replaced by TR.
Now every thing seems ok but when I drop draggable into sortable there a lot delay in replacing the div with TR. ( Browser is not freezing )
What would be reason ? Am I doing the correct way ?
Thanks for answer.
Upvotes: 0
Views: 272
Reputation: 232
Thanks for twisty for trying out.
After an extensive research I figured out the problem is with latest jquery-ui plugin. If I use the version 1.9.2 the problem is getting solved.
So, If anyone facing the same problem. Just change the version to 1.9.2 not less not more just the same.
I raised this issue at jquery website. All these kind of issues are referenced to #7925.
they are just saying:
We don't support cross-window dragging.
Upvotes: 0