Search and Top Navigation
#11415 closed bug (wontfix)
Opened March 10, 2015 08:28AM UTC
Closed March 10, 2015 12:01PM UTC
Draggable refresh position after reverting back
Reported by: | verma.neeraj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a draggable object, which will revert to original position if dropped to particular area.
But after reverting to original position when I get the position from stopdrag event I get the position where I dropped the draggable element. It should be the one after reverting back to original position.
And I can't even check in stop event if the draggable object is reverted to original position or not. Not even in stop event I can refresh the ui positions.
Attachments (0)
Change History (1)
Changed March 10, 2015 12:01PM UTC by comment:1
component: | ui.core → ui.draggable |
---|---|
resolution: | → wontfix |
status: | new → closed |
The revert options are going away, in favor of doing a manual revert however you want. As such, nothing is going to change here.