My favorites | Sign in
Project Home Downloads
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Done
Owner:  ----
Closed:  Dec 2011


 
Reported by kris.sar...@gmail.com, Nov 28, 2011
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.
IE6_Issue_DynaTreePocSample.zip
329 KB   Download
Dec 13, 2011
Project Member #1 moo...@wwwendt.de
IE6 is not really on the agenda any more, but I will have a look on it whe I find some time.
Thanks for repotring it though.
Status: Accepted
Labels: Milestone-Release1.2.1
Dec 28, 2011
Project Member #2 moo...@wwwendt.de
Could reproduce it on Safari 
Dec 28, 2011
Project Member #3 moo...@wwwendt.de
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

Powered by Google Project Hosting