Closed
Bug 1676
Opened 26 years ago
Closed 26 years ago
Form in table doesn't submit
Categories
(Core :: DOM: Core & HTML, defect, P1)
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>
Comment 1•26 years ago
|
||
<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.>
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
Assignee: pollmann → rickg
Status: ASSIGNED → NEW
Component: Form Submission → Parser
Reporter | ||
Comment 2•26 years ago
|
||
Seems like a parser bug?
Comment 5•26 years ago
|
||
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
Updated•26 years ago
|
Comment 6•26 years ago
|
||
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.
Reporter | ||
Updated•26 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Component: Parser → Form Submission
Comment 8•26 years ago
|
||
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).
Updated•26 years ago
|
Assignee: karnaze → pollmann
Status: REOPENED → NEW
Updated•26 years ago
|
Resolution: FIXED → ---
Comment 9•26 years ago
|
||
Taking this forms related bug...
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 10•26 years ago
|
||
Sorry about the spam...
Updated•26 years ago
|
Assignee: pollmann → karnaze
Status: ASSIGNED → NEW
Comment 11•26 years ago
|
||
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
Comment 12•26 years ago
|
||
Putting myself on the CC list. Let me know if I can help.
Comment 13•26 years ago
|
||
Adding another URL with same problem.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•26 years ago
|
||
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.
Updated•26 years ago
|
QA Contact: 4079
Comment 15•26 years ago
|
||
assigning SUjay as QA assigned
Updated•26 years ago
|
QA Contact: 4079 → 3849
Comment 16•26 years ago
|
||
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
Assignee | ||
Comment 17•26 years ago
|
||
Don verified the 1st url on the Mac.
Comment 18•26 years ago
|
||
The submit button on both URL example given work on the Mac Viewer build Feb 03.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 19•26 years ago
|
||
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.
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
•