| Issue 119: | error at line 1745 jquery.dynatree.js 0.5.1 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. options:
rootVisible:true,
isFolder: true,
isLazy: true,
idPrefix: "view_tree_",
onDblClick: null,
onActivate: function ...,
imagePath: "../img/tree/",
fx: { height: "toggle", duration: 200 },
activeVisible: true,
onLazyRead: lazyLoadAction
2. click a node, it expands..
3. another click. error at line 1745 jquery.dynatree.js 'el is null'
What is the expected output? What do you see instead?
Nothing, I expect no error..
What version of the product are you using? 0.5.1
On what operating system and browser? Windows, Firefox 3.5.2 with Firebug
I suggest :
1744 do {
+1745 if( null == el ) return null;
1746 if( el.dtnode ) return el.dtnode;
Sep 9, 2009
(No comment was entered for this change.)
Status:
Fixed
Jul 17, 2012
considered verified
Status:
Verified
|
Owner: moo...@wwWendt.de
Labels: Milestone-Release0.5.2