Thank you so much for creating this module; it really has great potential. I've been looking for an efficient, elegant way to add a per-node "To Do List" for a while.

As soon as a user navigates away from the page, all the checkboxes return to "unchecked". Is this a bug or am I missing something? I assume the checkboxes are meant to be functional, but there doesn't seem to be a way to configure them?

Comments

pfournier’s picture

Hi,
It should work as is, no configuration needed.

This module relies on Javascript to notify Drupal of the checkbox state change. Is Javascript enabled in your browser?

eileen’s picture

Yes, Javascript is enabled. I'm using Firefox 3.6.17 on a Mac OS 10.5.8. I tested it in Safari 5.0.5 too, and behaves exactly the same. Checkboxes never stay checked.

I noticed To Do List uses "if(Drupal.jsEnabled){" but this module doesn't. Is that relevant? What else could it be?