Closed
Bug 65168
Opened 25 years ago
Closed 24 years ago
form checkboxes not correctly submitted
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.4
People
(Reporter: bugzilla, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
535 bytes,
text/html
|
Details |
try going to:
http://www.techweb.com/newsletters/unsubscribe
and enter a fictive email address (no@spam.org) and check all checkboxes, and
press submit.
Mozilla will not tell you that you unsubscribed from the following newsletters:
* TechWeb News Daily Update (TEXT)
Mozilla only seems to submit the firsr checkbox....!
But if you do this in IE, you're told that you unsubscribed:
TechWeb News Daily Update (TEXT)
TechWeb This Week (TEXT)
FileMine's Digs (TEXT)
TechWeb Today Multimedia (TEXT)
TechShopper Savvy (TEXT)
TechWeb Week In Review (TEXT)
TechWeb News Daily Update (HTML)
TechWeb This Week (HTML)
TechShopper Savvy (HTML)
TechWeb Week In Review (HTML)
Planet IT Update: Desktop (TEXT)
Planet IT Update: E-Business (TEXT)
Planet IT Update: Enterprise Applications/Systems(TEXT)
Planet IT Update: Management Issues (TEXT)
Planet IT Update: Mobile/Wireless (TEXT)
Planet IT Update: Networks (TEXT)
Planet IT Update: Security (TEXT)
build 20010111
Comment 1•25 years ago
|
||
If you put in your actual e-mail address you will recieve a letter and it will
list all of the items you've clicked, but for some reason the values are lost in
the process and when they are finaly displayed on the screen only the first
value is there.
Also happens on linux build 2000-11-16-08-Mtrunk
Changing os to all
This form submits a coma separated list of numbers ex. "1,3,4,6" vi a hidden
object, and somewhere in the process after sending the e-mail and before
displaying the page the list is cut and only first number is left ex. "1"
OS: Windows 2000 → All
Comment 2•25 years ago
|
||
Comment 4•25 years ago
|
||
I am having this trouble with Radio buttons also
Comment 6•25 years ago
|
||
adding marek to cc list
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 8•24 years ago
|
||
This works for me now on build 2001-07-27-03-trunk windows 98
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 9•24 years ago
|
||
verified on build 20010829 on win98 both using "real" site and bugzilla
attachment.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•