#1666 closed feature (worksforme)
Explicit position refresh for droppable objects
Reported by: | dannyd | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | position refresh | Cc: | |
Blocked by: | Blocking: |
Description
Need a way to explicitly call an update on droppable objects positions. This will allow for animations that change the position of droppable objects to be triggered from draggable objects without positions getting out of sync. I attached a simple example to illustrate the problem.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | animationRefresh.html added |
---|
comment:1 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hi, actually, there is a option for that already implemented: Just call the following function whenever you need it: $.ui.ddmanager.prepareOffsets()
Hope this helps!