Side navigation
#550 closed feature (fixed)
Opened December 19, 2006 11:08PM UTC
Closed January 15, 2007 07:17AM UTC
Last modified June 20, 2007 01:38AM UTC
recallDroppables function catch error when no item is being dragged
Reported by: | bluej100@gmail.com | Owned by: | stefan |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | interface | Version: | |
Keywords: | recallDroppables, droppable | Cc: | |
Blocked by: | Blocking: |
Description
When I rearrange items on the page, I'd like to just call $.recallDroppables. However, line 97 in idrop.js assumes that an item is being dragged, which causes an error to be thrown if not so. I'd appreciate this on line 93:
if (!jquery.iDrag.dragged) {return false;}
If not, can I count on this property myself? It feels like it should be private.
Attachments (0)
Change History (1)
Changed January 15, 2007 07:17AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |