Roundup Tracker - Issues

Issue 1101626

classification
Fallback in case Javascript is disabled
Type: Severity: normal
Components: User Interface Versions:
process
Status: closed fixed
:
: richard : jouni, richard
Priority: normal : patch

Created on 2005-01-13 13:39 by jouni, last changed 2005-02-14 05:50 by richard.

Files
File name Uploaded Description Edit Remove
fallback.patch jouni, 2005-01-13 13:39 patch for cgi/templating.py
Messages
msg2745 Author: [hidden] (jouni) Date: 2005-01-13 13:39
It would be nice if Roundup were usable for people who
have disabled Javascript or are using text-mode
browsers. Naturally this would come with somewhat
reduced functionality.

Here is a small patch that allows following the
"(list)" links by putting the help page's URL in the
href attribute and moving the javascript to the onclick
attribute. This isn't a complete solution: the help
page should probably be different in the non-Javascript
case (because the Apply button won't work, of course).
I guess it could just list the items and not include
any buttons, but my Roundup-fu isn't quite up to that yet.
msg2746 Author: [hidden] (richard) Date: 2005-02-14 05:50
Logged In: YES 
user_id=6405

Applied, thanks! 
History
Date User Action Args
2005-01-13 13:39:17jounicreate