| Issue 205: | Drag-n-drop marker position is not correct | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Drag-n-drop marker position is not correct when the tree in a absolute div.
this.$dndMarker.css({"left": (pos.left) + "px", "top": (pos.top + "px" }).show();
My code to fix it is:
this.$dndMarker.css({"left": (pos.left) + "px", "top": (pos.top + $(this.divTree).position().top) + "px" }).show();
Duc
Thin PHP Framework http://thinphp.com
Jul 3, 2011
This issue was closed by revision r511.
Jul 17, 2012
considered verified
Jul 17, 2012
(No comment was entered for this change.)
Status:
Verified
|
Labels: Milestone-Release1.2