Ticket #4435 (closed bug: wontfix)
sortable 'ul' with relative 'li' position in Opera < 10.60
| Reported by: | walidaly | Owned by: | rdworth |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0.0 |
| Component: | ui.sortable | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
sortable relative positioned elements does not return to the targeted position after dropping. run the attached file in opera
Attachments
Change History
comment:3 Changed 4 years ago by azaozz
Confirmed the same behavior in Opera 9.64 (current release) when using <div> too. An easy workaround is to add
stop: function(e,ui) {
ui.item.css({'top':'0','left':'0'});
}
comment:5 follow-up: ↓ 6 Changed 3 years ago by DaveStein
Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.
comment:6 in reply to: ↑ 5 Changed 3 years ago by DaveStein
Sorry, up to Opera 10.5. 10.6 appears to be good.
Replying to DaveStein:
Just wanted to comment that this bug still exists in Opera 10+ in UI 1.8. The workaround still works too.
comment:7 Changed 3 years ago by scott.gonzalez
- Summary changed from sortable 'ul' with relative 'li' position in Opera 9.64 to sortable 'ul' with relative 'li' position in Opera < 10.60
comment:10 Changed 7 months ago by mikesherov
- Status changed from assigned to closed
- Resolution set to wontfix
Wow, so this bug aged out? Good to know!
Note: See
TracTickets for help on using
tickets.


