Bug Tracker

Opened 15 years ago

Closed 15 years ago

#1785 closed bug (fixed)

jQuery 1.2.1 + Draggable triggers infinite loop of errors

Reported by: Brandon! Owned by: stefan
Priority: major Milestone:
Component: interface Version: 1.2.1
Keywords: interface ui sortable draggable Cc:
Blocked by: Blocking:

Description

I have noticed a bug with jQuery 1.2.1 and any type of draggable extension (I have tested with both Interface and UI) where once you release the draggable element, jQuery will throw a bunch of errors every second in an infinite loop. I can reproduce their error easily on Firefox 2 with not only my scripts (which were working with 1.1.2, but also jQuery's site. It seems to effect any reference to the Draggable class. To see this bug follow these steps:

Sortables)

  • Interact with the sortable (drag any element in any direction)
  • Watch the error messages tally up (if you have Firebug, you will see

the error counter keep going and going and going...)

More information can be found in this Google Group thread: https://groups.google.com/group/jquery-en/browse_thread/thread/f51d072b5a53760d

Change History (2)

comment:1 Changed 15 years ago by swent

see #1679

comment:2 Changed 15 years ago by scott.gonzal

Resolution: fixed
Status: newclosed

Fixed in jQuery UI.

Note: See TracTickets for help on using tickets.