Opened 14 years ago
Closed 10 years ago
#3840 closed bug (fixed)
Droppable Revert Demo Bug - Opera
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.6rc5 |
Component: | ui.droppable | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Opera, the draggable the reverts when not dropped always reverts to be inside the droppable instead of the location where dragging started.
Change History (5)
comment:1 Changed 14 years ago by
Milestone: | 1.6rc5 → 1.6 |
---|---|
Version: | 1.6rc4 → 1.6rc5 |
comment:2 Changed 14 years ago by
Priority: | critical → major |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:5 Changed 10 years ago by
Milestone: | 2.0.0 → 1.6rc5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed in Opera 11.
Note: See
TracTickets for help on using
tickets.
This issue is related to relatively positioned elements only. Opera returns a computed value for those elements if none is set, which includes margins etc.
An easy workaround: Position the elements you want to drag absolutely.