Expand link does not work if javascript is disabled. Impossible to view task details
pietrocap - August 10, 2006 - 13:17
| Project: | Tasklist |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
If javascript is disabled expand link will not work not allowing to users to view task details.
A well written Drupal module should be perfectly functional without scripts as you can see at http://drupal.org/node/42403:
A couple of simple principles guide Drupal's Javascript approach:
All pages should be perfectly functional without scripts. Javascript provides alternatives or supplements - not replacements - for standard elements.
No Javascript is hard-coded onto pages. Rather, actions are attached dynamically to page elements--and only if needed Javascript support is present.
