#3178 closed defect (fixed)
Moveable doesn't work properly inside a div
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | DnD | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It follows the mouse movement but has an offset equals to the containers offset on the page. I'm attaching a simple example. Reporter: Pablo Ruggia - pruggia at gmail dot com
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | MoveableTest.html added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from psowden to Eugene Lazutkin |
---|
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8885]) Moves the dragged node to the body to avoid esoteric settings on nodes parents. The fix works on FF and Opera, but has some subtle shift on IE. Fixes #3178.