-1

My dynatree works fine in Firefox. In internet explorer 8 it gives me an unknown runtime error.

What can I do?

AllWorkNoPlay
  • 454
  • 1
  • 4
  • 20
  • 2
    There is nowhere near enough information here to address your question. Please include some detail about what you are trying to do, and at least a little source code. Particularly vital would be the code at line 320. Ideally, include a complete repro of your problem at [jsfiddle](http://jsfiddle.net). – gilly3 Mar 21 '12 at 15:35

3 Answers3

2

I think it is a bug, I had the same problem.

Use the jquery html function to pass in the _getInnerHtml()

var span = $(this.span);
span.html(this._getInnerHtml());

Then it works.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
0

jQuery.dynatree.js tested with IE 6+, FF, Safari and Chrome. Probably your code contains error

macloving
  • 1,227
  • 1
  • 18
  • 22
0

You should check out the listed issues for the dynatree project on googlecode for possible workarounds. Or file a new issue after checking you have the latest version.

Alexander
  • 23,432
  • 11
  • 63
  • 73