Closed
Bug 457812
Opened 17 years ago
Closed 17 years ago
Double clicking after javascript disable/enable
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: trebazond, Unassigned)
Details
(Whiteboard: closeme 2009-05-14)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
After a page has been loaded with Javascript disabled and then Javascript is enabled again, the first form submission (possibly any click?) occurs twice. It seems to affect GET and POST alike.
Reproducible: Always
Steps to Reproduce:
1.Disable Javascript
2.Load a page with a form in (the form can be simple without any Javascript actions).
3.Enable Javascript
4.Submit the form.
Actual Results:
After a short delay (server processing time?), got a warning about POSTing twice
Expected Results:
Expected just one form submission.
Torbutton,LiveHTTP Headers,Modify Headers extensions installed.
This occured also with 2.0.0.16 and possibly earlier.
There are other bugs listed for Javascript enable/disable oddness, so maybe this is a related issue.
Comment 1•17 years ago
|
||
Can you upload a simple testcase that (along with your steps to reproduce) demonstrates the bug?
Difficult...I've tried with a local file with just a form in, it doesn't show the problem. I can't tell you the site I've experienced the problem on, and you wouldn't be able to access the form anyway as it's in a private area. I'll keep trying other sites, though of course some won't work without Javascript anyway.
If it's some idiosyncrasy in this one site, it'll be hard for me to find.
Comment 3•17 years ago
|
||
You could try saving the page on which the problem occurs. Once you reduce it to a simple testcase, there shouldn't be anything confidential left ;)
Got there eventually!
To correct myself;
1)ENABLE Javascript
2)Load the following file:
<html><body>
<form action="https://bugzilla.mozilla.org/buglist.cgi" method="post">
<input name="quicksearch" size="40" type="text" value="gtretst">
</form>
</body></html>
3)DISABLE Javascript
4)select the form field and hit return.
Comment 5•17 years ago
|
||
JB, can you reproduce this using FF3 or 3.1/3.5 beta? If not, please close with resolution set to worksforme
http://www.mozilla.com/en-US/firefox/all-beta.html
I can't reproduce using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
Whiteboard: closeme 2009-05-14
Version: unspecified → 2.0 Branch
Comment 7•17 years ago
|
||
Frankie, can your reproduce? I'd close WFM, but I'm not Mac.
Comment 10•17 years ago
|
||
Well, WFM then
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•