Search and Top Navigation
#3471 closed bug (fixed)
Opened September 27, 2008 04:07PM UTC
Closed October 20, 2008 07:31AM UTC
Last modified October 11, 2012 09:15PM UTC
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'?
This is fixed in a recent trunk version.