Closed Bug 1676 Opened 26 years ago Closed 26 years ago

Form in table doesn't submit

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: karnaze)

References

()

Details

In the following html, clicking on the first button does not submit the form
while the second button will.   However, the html code for both buttons is
identical.


<html>
<head>
</head>

<body>

<table>

<form ACTION="http://miner.newcastle.edu.au/callaghan/ovidweb/ovidweb.cgi">
    <INPUT TYPE="hidden" NAME="T" VALUE="auth">
    <INPUT TYPE="hidden" NAME="ID" VALUE="callaghan" SIZE=10>
    <INPUT TYPE="hidden" NAME="password" VALUE="callaghan" SIZE=10>

<TR><TD>
<INPUT TYPE="image" border=0 NAME="start"
SRC="http://miner.newcastle.edu.au/ovidweb/gifs/astart.gif">
<INPUT TYPE="hidden" VALUE="ovid" NAME="mode"></TD>
</TR>
</form>

<form ACTION="http://miner.newcastle.edu.au/callaghan/ovidweb/ovidweb.cgi">
    <INPUT TYPE="hidden" NAME="T" VALUE="auth">
    <INPUT TYPE="hidden" NAME="ID" VALUE="callaghan" SIZE=10>
    <INPUT TYPE="hidden" NAME="password" VALUE="callaghan" SIZE=10>

<TR><TD>
<INPUT TYPE="image" border=0 NAME="start"
SRC="http://miner.newcastle.edu.au/ovidweb/gifs/astart.gif">
<INPUT TYPE="hidden" VALUE="ovid" NAME="mode"></TD>
</TR>
</form>

</table>

</body>
</html>
<Haven't checked source to see if it's related, but the 11.30.98 build won't
allow searches on Altavista; specfically, pressing the Search button yields no
activity, and doesn't result in form submission.>
Status: NEW → ASSIGNED
Assignee: pollmann → rickg
Status: ASSIGNED → NEW
Component: Form Submission → Parser
Seems like a parser bug?
*** Bug 1830 has been marked as a duplicate of this bug. ***
*** Bug 2114 has been marked as a duplicate of this bug. ***
Eli was correct above, the altavista case is identical.  I've marked it, and
another duplicate, as such.

BTW, the above page can be reduced to:
http://blueviper/forms/formintable1.html or at it's simplest:
http://blueviper/forms/formintable.html
BTW, this bug was changed by Rick's parser updates.  Now neither of the buttons
on the test page works.  This points more fingers at it being a parser bug.
Assignee: rickg → karnaze
Priority: P2 → P1
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
*** Bug 2668 has been marked as a duplicate of this bug. ***
Status: RESOLVED → REOPENED
Component: Parser → Form Submission
It's baaaaaack!

Test pages:

http://altavista.com
http://netaddress.com

The submit button must now be pressed twice to submit the form (on linux).
The browser crashes sometimes on the second click (on linux).
Assignee: karnaze → pollmann
Status: REOPENED → NEW
Resolution: FIXED → ---
Taking this forms related bug...
Status: NEW → ASSIGNED
Sorry about the spam...
Assignee: pollmann → karnaze
Status: ASSIGNED → NEW
Chris, you were right -  a form frame is not being created.
Here are some test cases:

http://blueviper/forms/formintable.html -- Form frame is created

From original test case:
http://blueviper/forms/formintable1.html -- Form frame NOT created

From www.netaddress.com main page login form:
http://blueviper/forms/formintable2.html -- Form frame NOT created

From www.altavista.com main page search form:
http://blueviper/forms/formintable3.html -- Form frame NOT created
Putting myself on the CC list.  Let me know if I can help.
Adding another URL with same problem.
Status: NEW → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
The forms in the examples and URLs are now submitting. However,
http://www.netaddress.com is having a problem in the single signon code and I
will file a new bug and assign it to Morse.
QA Contact: 4079
assigning SUjay as QA assigned
QA Contact: 4079 → 3849
tested sample page and altavista on 2/03/99 build on win95 - the submit button
works fine, no crashing.

Paul -- can you please verify on linux
Chris -- can you please verify on mac
Don verified the 1st url on the Mac.
The submit button on both URL example given work on the Mac Viewer build Feb 03.
Status: RESOLVED → VERIFIED
All examples OK on Linux. Still need to click twice to submit some forms - there
is a separate bug on this. Marking this one verified.
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.