Active
Project:
Todo Formatter
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 08:31 UTC
Updated:
16 Jun 2011 at 23:23 UTC
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
Comment #1
pfournier commentedHi,
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?
Comment #2
eileen commentedYes, 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?