Forum OpenACS Development: Re: mktree.js uses a non-valid HTML attribute

Collapse
Posted by Emmanuelle Raffenne on
Hi Gustaf,

I agree that the cookie-management of mktree is not efficient and doesn't scale well.

There are 2 package that use (or used) the "remember" attribute:

1. dotlrn itself in the main portlet, I removed it month ago so since then you always have to open the node to click on a club/class. But this one is not critical.

2. the SCORM player in lorsm. for this one, we really need to remember the state of the tree nodes.

I'll modify mktree.js to check for a "cookie" class then, or maybe better a "remember" class in the node.

Thanks for your comment.