Opened 13 years ago
Closed 10 years ago
#5322 closed bug (invalid)
Sortable: helper position is messed up when axis is used
Reported by: | paul | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the axis option is used, the _mouseDrag ignored either setting left or the top property of the helper right now. This worked for draggable, but in sortable, we forcefully set the helper position to "absolute", so this causes a change in position.
Fix is to rather than ignoring the setting, set the position to this.originalPosition.
Change History (4)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.sortable |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → pending |
---|
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
We're having trouble figuring out what situation you were noticing this in. Can you provide some more detail or a reduced test case?