| Issue 411: | dynatree drag and drop functionality does not work with JQueryUI 1.10 | |
| 5 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. use JQueryUI 1.10 library 2. try to drag and drop - IE completely fails, Chrome behaves strangely (incorrect positioning, wrong hitModes, etc) If possible, please attach an example HTML file (e.g. a copy of `doc/_test- ISSUE.html`), that reproduces the problem when copied into the dynatree/doc/ folder or reproduce on jsFiddle: 1. open http://jsfiddle.net/mar10/xj5au/ 2. [Fork] - Modify code - [Update] - [Share] What is the expected output? What do you see instead? What version of the dynatree and jQuery are you using? On what operating system and browser? What DOCTYPE declaration are you using? dynatree 1.2.4 jquery 1.9.1 jquery-ui 1.10 Please provide any additional information below. Seems to be related to this: http://blog.jqueryui.com/2010/12/position-api-redesign/
Mar 31, 2013
Issue 412 has been merged into this issue.
Apr 8, 2013
Issue 418 has been merged into this issue.
Jun 12, 2013
Hola,
Cambio el metodo "$.fn.position = function( options )" en Jqueri UI version 1.10 no soporta "offset".
Yo lo solucione modificando la funcion "_setDndStatus: function(sourceNode, targetNode, helper, hitMode, accept)"
this.$dndMarker
.show()
.position({
my: "left"+gtLeft+" top"+gtTop,
at: "left top",
of: $target
});
Jun 28, 2013
Issue 439 has been merged into this issue.
Jul 2, 2013
Issue 418 has been merged into this issue.
Sep 28, 2013
Issue 455 has been merged into this issue. |
Labels: Milestone-Release1.2.5