Closed
Bug 541815
Opened 15 years ago
Closed 15 years ago
Form POST seems to randomly fail
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: walt, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Using the "Submit" button on web pages seems to randomly fail with an error that looks like the form data did not get posted. Hitting the back button and then pressing "Submit" a second time seems to always work.
This is a new issue, since the 3.6 upgrade a few days ago.
Reproducible: Sometimes
Steps to Reproduce:
1.Fill out a web form
2.Press the Submit button
3.
Actual Results:
Server returns HTTP error suggesting no data was posted in the form
Expected Results:
To continue on with the submission.
Comment 1•15 years ago
|
||
Does this also happen with an automatic login stored in a cookie?
Version: unspecified → 3.6 Branch
No, it seems to happen only on new forms like when you are shopping online etc. I have Firefox set to not memorize any forms data like addresses etc.
It also seems to happen more frequently when I hit the "Enter" key on the keyboard, vs clicking on the "Submit" button, which should perform the same action...
Updated•15 years ago
|
Component: General → HTML: Form Submission
Product: Firefox → Core
QA Contact: general → form-submission
Version: 3.6 Branch → 1.9.2 Branch
This is starting to get annoying. I am ready to go back to a prior version.
Almost every-other form I try to submit now, I have to do it twice.
Is there a debug mode I can turn on to capture what's going on?
-Walt
Reverting back to 3.5.7 fixes this issue.
It's a bug in 3.6
-Walt
Comment 5•15 years ago
|
||
It usually fails on the first visiting of the web page. For example, I visited web A then post on the form, it failed. I reposted again, it worked. Then I closed browser, wait for a moment. After that for 2 hours, I could reproduced the same behavior on the same web A.
Additional Info:
Bug does not seems to exist in the non-Intel version of the code?
3.6 running on my G4 (under Leopard) works fine.
So it might be the Intel code, or something to do with Snow Leopard.
-Walt
Comment 7•15 years ago
|
||
Do you mean bug 547239 ?
Please provide a Gecko HTTP log if not
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 10•15 years ago
|
||
If you're not seeing a dialog when the POST succeeds, then it's NOT the same as bug 547239.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 11•15 years ago
|
||
Bug 547525 has some similarities.
Reporter | ||
Comment 12•15 years ago
|
||
Agreed. I am not seeing any re-direct or extra dialog after a failed POST, but the behavior (not getting the POST data to the server) seems to be the same.
I am not running any debug mode or anything like that...
-Walt
![]() |
||
Comment 13•15 years ago
|
||
Walt, are you using Firebug or some other extensions, by any chance?
![]() |
||
Comment 14•15 years ago
|
||
Walt, one more question. Is your Firefox profile or OS possibly set up to
use a proxy, or proxy autoconfig or anything like that?
Reporter | ||
Comment 15•15 years ago
|
||
No proxy. Only (2) plugins, but I've tested it with them removed and disabled as well. The 2 plugins are NoScript and Ad Block Plus.
At one time I did use Glimmer Blocker, but tested it without that as well.
-Walt
![]() |
||
Comment 16•15 years ago
|
||
OK.
In terms of a debug mode to help capture what's going on, there is, in fact. https://bugzilla.mozilla.org/show_bug.cgi?id=547396#c8 has some directions on capturing an HTTP log on Mac OS X.
![]() |
||
Comment 17•15 years ago
|
||
I suspect the patch for bug 547239 will fix this.
To test that, can you go into Preferences > Advanced > Network, click the "Settings..." button in the Connection section, and select "No proxy"? If you do that, does it help? Or is it already selected?
Depends on: 547239
Comment 18•15 years ago
|
||
I'm getting the same thing. Randomly when posting to sites with forms in, it acts as though the page has been refreshed instead without posting anything. No error messages, or popups folliwng successful posts. The page simply refreshes. Back button and resubmit seems to work.
One thing I did notice - it happens more often on pages left open for more than 5 minutes. However, that may just be a coincidence in the pages I was looking at.
![]() |
||
Comment 19•15 years ago
|
||
Owen see comment 17?
![]() |
||
Comment 20•15 years ago
|
||
Walt, are you still seeing this with Firefox 3.6.2 or later?
Reporter | ||
Comment 21•15 years ago
|
||
No, seems to be fixed now in version 3.6.3
-Walt
![]() |
||
Comment 22•15 years ago
|
||
Great, thank you for checking!
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Assignee | ||
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
•