Export to GitHub

js-mindmap - issue #5

IE memory leak


Posted on Nov 4, 2010 by Quick Giraffe

GREAT TOOL man! This is a very good mind map tool.

I've just wanted to give a feedback about a thing that i found. I realize that there's a memory leak in IE (i use IE8). The Mem usage goes over 100mb very fast, just with the data in the sample.

It seems to be corrected if i comment the line "if (typeof G_vmlCanvasManager != 'undefined') canvas = G_vmlCanvasManager.initElement(canvas);" in the "loop" function.

I don't know the impact of this change, but it seems to work correctly without that line.

BTW: It would really be usefull to add nodes dinamically. i.e: i click on a node, i search it childs on a db, using ajax, and then i drawin the childs.

Thanks again for this script!

Best Regards.

Sebastián Bustos

Status: New

Labels:
Type-Defect Priority-Medium