Closed Bug 1318 Opened 26 years ago Closed 25 years ago

This form (inside a table) will not submit

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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 -->
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed with 3/30 pm checkin.
Status: RESOLVED → VERIFIED
Using #99042308 build with Apprunner, verified fixed on NT.
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.