[wwwsearch-commits] r19193 - wwwsearch/ClientForm/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sun Oct 30 19:12:06 CET 2005
Author: jjlee
Date: Sun Oct 30 19:12:05 2005
New Revision: 19193
Modified:
wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Remove old todo comment
Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py (original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py Sun Oct 30 19:12:05 2005
@@ -26,15 +26,6 @@
"""
-# XXXX
-# Fix case where items for controls are interspersed:
-# <input type="checkbox" name="murphy" value="a"></input>
-# <input type="checkbox" name="woof" value="d"></input>
-# <input type="checkbox" name="murphy" value="b"></input>
-# <input type="checkbox" name="murphy" value="c"></input>
-# Firefox (and IE?) --> ?murphy=a&woof=d&murphy=b&murphy=c
-# ClientForm --> ?murphy=a&murphy=b&murphy=c&woof=d
-
# XXX
# Add some more functional tests
# Especially single and multiple file upload on the internet.
More information about the wwwsearch-commits
mailing list