Topic: Cookie Storage bug with multiple JSON on demand loaded nodes

Hello,

It seems that Mif.Tree.CookieStorage  doesn't store properly JSON on demand nodes.
my tree is only Ajax based. I use firebug  "console.log(storage)"  and returned object is  always

Object options=Object tree=Object cookie=Object nodes=[1]

array nodes length is always 1 !

Re: Cookie Storage bug with multiple JSON on demand loaded nodes

by default it's store nodes using their ids, mb problem with your ids.

Re: Cookie Storage bug with multiple JSON on demand loaded nodes

see CookieStorage demo and FileTree demo.

Re: Cookie Storage bug with multiple JSON on demand loaded nodes

Solved ! Was the IDs ...