Closed
Bug 119004
Opened 24 years ago
Closed 24 years ago
POST-data doens't arrive until the action is canceled
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 116210
People
(Reporter: bugzilla.mozilla.org, Assigned: alexsavulov)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122106
I'm using the webmail interface of the german E-mail provider GMX. Whenn I send
a mail Mozilla doens't end to send the data, and if i look if the mail was send
while Mozilla continues sending the data the Mail hasn't still be sent. But if I
cancel the action the mail suddenly apears as been sent. I'm not sure if its a
problem of the server or of Mozilla, i've been using IE5 without any problems.
I've taken a look at the mail-form, and it seams for me to be OK, but I post
later a extract of it (leeving out most of the INPUT-fileds, i dont think that
the problem is there)
Reproducible: Always
Steps to Reproduce:
1. Send a mail with the webmailer of GMX, the mail won't be sent till you cancel
the action (even after more than 10 minutes!)
Expected Results: It schould have sent the mail almost instantanily, showing
the next page with the text 'mail sent to someone@blablabla'
<form action="http://www13.gmx.net/de/cgi/center" method="POST"
ENCTYPE="multipart/form-data" target="_top" name="NewMailForm">
<input type="hidden" name="FIRST" value="0">
<input type="hidden" name="FOLDER" value="inbox">
<input type="hidden" name="SFOLDER" value="outbox">
<input type="hidden" name="NOMESSAGES" value="">
<input type="hidden" name="CMD" value="MAIL">
<input type="hidden" name="PROGRAM" value="mailreply">
<textarea name="MESSAGE" rows="15" cols="76" wrap="physical" class="t86x15">
<input type="image" src="icons/de/senden.gif" width="100" height="18" border="0"
name="SENDEN" alt="senden" title="senden">
<input type="image" src="icons/de/entwuerfe.gif" width="150" height="18"
border="0" name="SPEICHERN" alt="speichern" title="speichern">
</form>
Comment 1•24 years ago
|
||
Can you please retest with a nightly build ?
(This should be fixed)
Comment 2•24 years ago
|
||
I assume you left out the input field that is actually relevant here -- the file
upload field. See the 0.9.7 release notes.
*** This bug has been marked as a duplicate of 116210 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•7 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
•