Skip to main content

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 paul comment:1

owner: paulcodesquare

Changed April 01, 2008 07:04PM UTC by anoopr 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 paul 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 paul comment:4

owner: codesquarebraeker
priority: majorminor

Changed May 21, 2008 03:40AM UTC by braeker comment:5

resolution: → worksforme
status: newclosed