| Issue 50: | Initailizing JSON data in IE7 causes tree to fail | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Create a node with something like <li data="{expand: false}"/>
What is the expected output? What do you see instead?
Tree does not work in IE 7
The problem occurs because line 840 of jquery.dynatree.js says:
if( dataAttr[0] != "{" )
This is not legal in IE7, it should be changed to:
if( dataAttr.charAt(0) != "{" )
This fixes the problem for me.
Jul 17, 2012
considered verified
Status:
Verified
|
Owner: moo...@wwWendt.de
Labels: Milestone-Release0.3