jannbmsy / dynatree

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

dynatree drag and drop functionality does not work with JQueryUI 1.10 #411

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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/

Original issue reported on code.google.com by nmard...@gmail.com on 24 Mar 2013 at 8:07

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Issue 412 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
Issue 418 has been merged into this issue.

Original comment by moo...@wwwendt.de on 9 Apr 2013 at 5:11

GoogleCodeExporter commented 8 years ago
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
   });

Original comment by tine...@gmail.com on 12 Jun 2013 at 6:17

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r669.

Original comment by moo...@wwwendt.de on 23 Jun 2013 at 7:56

GoogleCodeExporter commented 8 years ago
Issue 439 has been merged into this issue.

Original comment by moo...@wwwendt.de on 28 Jun 2013 at 3:14

GoogleCodeExporter commented 8 years ago
Issue 418 has been merged into this issue.

Original comment by moo...@wwwendt.de on 2 Jul 2013 at 5:40

GoogleCodeExporter commented 8 years ago
Issue 455 has been merged into this issue.

Original comment by moo...@wwwendt.de on 28 Sep 2013 at 7:35