| Issue 46: | dynatree not working with jquery.ui.core version 1.6 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jul 17, 2012
considered verified
Status:
Verified
|
Owner: moo...@wwWendt.de
Labels: Milestone-Release0.3