| Issue 254: | Tree does not render properly when collapsed using JSON and AJAX Load in IE 6. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In IE 6 there is some render issue. Some time it overlap the content and some time it render the tree im-properly when collapsed. Please find the attachment. Read the Readme.txt for details.
Dec 28, 2011
Could reproduce it on Safari
Dec 28, 2011
The generated <span> tags should be included in a single <a> tag (like in the sample http://wwwendt.de/tech/dynatree/doc/test-table.html). Another tip: you can prevent the blinking effect if you change your onExpand like so: onExpand: function(flag, dtnode) { if( !flag ){ // make sure we reload everything on next expand dtnode.removeChildren(); } // if (flag == true) { // dtnode.reloadChildren(function(dtnode, isOk){ // }); // } }
Status:
Done
|
Labels: Milestone-Release1.2.1