Closed
Bug 1318
Opened 26 years ago
Closed 26 years ago
This form (inside a table) will not submit
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: angus, Assigned: karnaze)
References
()
Details
Note I'm using a 11-9-98 release build. On CNN.com, they frequently run "quick
polls." You select a radio button and hit submit. Here's the simple test case,
extracted from CNN's site:
<!-- Poll begins -->
<TABLE BORDER=0 ALIGN=CENTER CELLPADDING=1 CELLSPACING=0>
<FORM METHOD=POST ACTION="http://poll.cnn.com/poll?53061">
<INPUT TYPE=HIDDEN NAME="Poll" VALUE="5306">
<!-- Question 1 -->
<TR>
<TD ALIGN=CENTER COLSPAN=4>
<INPUT TYPE=HIDDEN NAME="Question" VALUE="1"><BR>
<FONT FACE="arial,helvetica,sans-serif" SIZE="3">The Supreme Court says
Wisconsin can continue using tuition vouchers to help poor parents send their
children to church-run schools. What's your stand? <BR><BR></FONT>
</TD>
</TR>
<TR>
<TD align=right ><FONT FACE="arial,helvetica,sans-serif" SIZE="2">
I agree with the program</FONT>
</TD>
<TD align=left ><INPUT TYPE=RADIO NAME="Answer5307" VALUE=1></TD></TR><TR><TD
align=right ><FONT FACE="arial,helvetica,sans-serif" SIZE="2">
I think vouchers are wrong</FONT>
</TD>
<TD align=left ><INPUT TYPE=RADIO NAME="Answer5307" VALUE=2></TD>
</TR>
<!-- /end Question 1 -->
<TR>
<TD ALIGN=CENTER COLSPAN=2>
<A HREF="http://poll.cnn.com/poll?53061"><FONT FACE="arial,helvetica,sans-serif"
SIZE="-1">View Results</A>
</TD>
<TD ALIGN=CENTER COLSPAN=2>
<INPUT TYPE=SUBMIT VALUE="vote">
</TD>
</FORM>
</TR>
</TABLE>
<!-- Poll ends -->
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
fixed with 3/30 pm checkin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Using #99042308 build with Apprunner, verified fixed on NT.
Updated•6 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
•