OdinaSpb / jstree

Automatically exported from code.google.com/p/jstree
0 stars 0 forks source link

Node hangs on by fast toggle #935

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

If node quickly open and close, it hangs on. (See picture in attachment)

Use: jsTree.v.1.0rc2

Tested under Firefox4 and IE8

Original issue reported on code.google.com by roj.Ke...@gmail.com on 25 Mar 2011 at 12:09

Attachments:

GoogleCodeExporter commented 9 years ago
$(function () { 
    $("#tree-result").jstree({
        "core" : {
            "animation" : 250
        },
        "themes" : {
            "theme" : "classic",
            "dots" : true,
            "icons" : true
        },
        "plugins" : [ "themes", "html_data"]
    });     
});

Original comment by roj.Ke...@gmail.com on 25 Mar 2011 at 12:11

GoogleCodeExporter commented 9 years ago
Bug solved with "jsTree 1.0-rc3" from source! thx

Original comment by roj.Ke...@gmail.com on 1 Apr 2011 at 10:43