Mangalaputta / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

dnd marker wrongly positionned with JQuery UI 1.10 #412

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dynatree version: 1.2.4

The offset option has been removed in JQuery UI 1.10 
(http://jqueryui.com/upgrade-guide/1.9/#deprecated-offset-option-merged-into-my-
and-at).

Line #2675:
this.$dndMarker.show().position({
            my: "left top",
            at: "left top",
            of: $target,
            offset: markerOffset
            });
must be changed.

Thanks for this great plugin.

Original issue reported on code.google.com by renaud.c...@gmail.com on 25 Mar 2013 at 8:23

GoogleCodeExporter commented 8 years ago
thanks

Original comment by moo...@wwwendt.de on 31 Mar 2013 at 4:54

GoogleCodeExporter commented 8 years ago
Cleanup Scrumboard

Original comment by moo...@wwwendt.de on 2 May 2014 at 7:47