#6248 closed bug (duplicate)
Draggable & Resizable: draggable objects ui.position returns wrong value after resizing
Reported by: | pyhoster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.resizable | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've set one object draggable and resizable at the same time (draggable is with option containment='parent'). If I just drug this object, ui.position returning coords relative to containment object. But, after i resize object, ui.position in draggable methods (like start
, stop
) begin to return coords relative to window.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | drag-n-resize.reproduction.html added |
---|
comment:1 Changed 12 years ago by
Component: | ui.position → ui.resizable |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #5335.
Note: See
TracTickets for help on using
tickets.
Html code for bug reproduction