#3471 closed bug (fixed)
Draggable helper function is applied incorrect parameters
Reported by: | Nate | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.draggable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the 1.62 Jquery UI build with 'draggable' in the function 'createHelper' in the line including 'o.helper.apply(this.element[0],
[e]', 'e' is undefined. This breaks the ability to have a function helper for draggables. I'm not sure what that second argument is supposed to be, maybe 'o'?
Note: See
TracTickets for help on using
tickets.
This is fixed in a recent trunk version.