Closed
Bug 209764
Opened 22 years ago
Closed 22 years ago
Forms are submitted twice; second time empty
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 209375
People
(Reporter: luc.goffinet, Assigned: bryner)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030615 Camino/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030615 Camino/0.7+
This happens with image input buttons (for example) :
<form method="post"
action="/cgi-bin/WebObjects/BaseJava.woa/1/wo/GlQFZPKcfF4PDragn98xUg/10.0.5.1">
<input border=0 type=image name="xxx"
src="/WebObjects/Frameworks/FUNDPJava.framework/WebServerResources/smalledit.gif"
width="18" height="16">
</form>
Reproducible: Always
Steps to Reproduce:
1. Fill in the form
2. Click on an image button to submit the form
Actual Results:
Error message on the server after the second (empty) submission of the same form...
Expected Results:
Send the form data only once !!!
Comment 1•22 years ago
|
||
This happens with Mozilla 1.5 and Mozilla Firebird 1.5 too. Bug 209375 is for
Mozilla; should I file a new bug for Phoenix? It is obviously the same bug but
for different products... Where does it belong?
Comment 2•22 years ago
|
||
From the Camino bug tracking guide lines (at
http://www.mozilla.org/projects/camino/development.html#Bugs) it is clear that
this bug belongs under the Browser product; it should probably be resolved as a
duplicate of bug 209375.
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 209375 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•