Search and Top Navigation
#2622 closed bug (worksforme)
Opened March 31, 2008 10:03AM UTC
Closed May 21, 2008 03:40AM UTC
Multiple draggables and droppables, dynamically loaded
Reported by: | mrmoosehead | Owned by: | eduardo |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | ui draggable droppable multiple | Cc: | |
Blocked by: | Blocking: |
Description
I have a completely jquery driven site (PHP server side) - single host page, many ajax filled controls.
Many of these ajaxed controls pull in common data with script tags at the end to create draggable and droppable img elements
Trouble is, as more of these draggables and droppables are introduced, the drag/drop code seems to get confused and queues up the information, and sometimes doubles up on the drop events.
Have tried isolating the classes and ids that have the draggable functionality imposed to avoid crossover and multiple declarations, but still seems to have problems.
UI version 1.0
Attachments (0)
Change History (5)
Changed March 31, 2008 03:04PM UTC by comment:1
owner: | paul → codesquare |
---|
Changed April 01, 2008 07:04PM UTC by comment:2
I'm seeing the exact same issue. I'm using livequery to attach droppable behavior to dynamically loaded divs, and as more draggables are rendered onto the screen, I start getting multiple drop events all over the place.
Changed May 03, 2008 07:30AM UTC by comment:3
This is hard to reproduce for us without a test case. Could you submit us a simple test case, maybe using livequery?
Changed May 11, 2008 12:08PM UTC by comment:4
owner: | codesquare → braeker |
---|---|
priority: | major → minor |
Changed May 21, 2008 03:40AM UTC by comment:5
resolution: | → worksforme |
---|---|
status: | new → closed |