Opened 15 years ago
Closed 15 years ago
#2965 closed bug (fixed)
draggable cursorAt doesn't account for margin correctly
Reported by: | rdworth | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.5 |
Component: | ui.draggable | Version: | 1.5rc1 |
Keywords: | draggable cursorAt margin | Cc: | |
Blocked by: | Blocking: |
Description
Given a draggable with a top and/or left margin, and the cursorAt option, the draggable is not positioned correctly relative to the cursor. For example, if the draggable has a 20px margin, and cursorAt is set at [0, 0] the cursor should be at the top/left of the element, not at the top/left of the element's margin as it currently is.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Status: | new → accepted |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Added test in [178]