Closed GoogleCodeExporter closed 8 years ago
Tranks!
Sems to be related to #411
Original comment by moo...@wwwendt.de
on 9 Apr 2013 at 5:11
My Solution would be like this:
Original code:
this.$dndMarker
.show()
.position({
my: "left top"
at: "left top"
of: $target,
offset: markerOffset <--- not working (http://blog.jqueryui.com/2010/12/position-api-redesign/)
});
New Code:
this.$dndMarker
.show()
.position({
my: "left+"+markerOffset.split(" ")[0]+ " top+"+markerOffset.split(" ")[1],
at: "left top",
of: $target
});
Original comment by s.rangl...@gmail.com
on 2 Jul 2013 at 3:51
Thanks, this was already solved with issue #411
Original comment by moo...@wwwendt.de
on 2 Jul 2013 at 5:40
Cleanup Scrumboard
Original comment by moo...@wwwendt.de
on 2 May 2014 at 7:47
Original issue reported on code.google.com by
stoyanov...@gmail.com
on 8 Apr 2013 at 8:46