sridhars711 / dynatree

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

dynatree not working with jquery.ui.core version 1.6 #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run dynatree with jquery.ui.core version 1.6 

What is the expected output? What do you see instead?

nothing is populated to the tree div

What version of the product are you using?

jquery.dynatree.js 0.3, beta build 2008-09-14 

On what operating system and browser?

Mac OsX Firefox 3

Please provide any additional information below.

It looks like there was a change between jquery.ui.core 1.5.2 and 1.6 where
$widget.prototype.init was changed to $widget.prototype._init 

Changing "$.widget("ui.dynatree",{init:function()" to
"$.widget("ui.dynatree",{_init:function()" in the dynatree.js file fixed
the problem for me

Original issue reported on code.google.com by gabriell...@gmail.com on 28 Oct 2008 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 28 Oct 2008 at 5:27

GoogleCodeExporter commented 9 years ago
Fixed with r64 (to be tested)

Original comment by moo...@wwwendt.de on 28 Oct 2008 at 5:28

GoogleCodeExporter commented 9 years ago
considered verified

Original comment by moo...@wwwendt.de on 17 Jul 2012 at 4:12