Bug 23735
Summary: | window.location.reload() after a POST doesn't resend the post data | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | adolfjap, ap, emmanuelproulx, jon, jonlee, mhahnenberg, o_cardoza, plavozont, techrazy.yang, webkit-bug-importer |
Priority: | P2 | Keywords: | HasReduction, InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Tony Chang
Here's a test case:
http://ponderer.org/tests/post-test.py
In Firefox 3.0 and IE7, I get the dialog asking if I want to resend post data. In Safari 3.2 and Chrome 2.0 it just loads the page without sending any post data.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/6555973>
Adele Peterson
Is this a regression?
Tony Chang
Not that I know of. I think it's always been broken.
Jon@Chromium
http://code.google.com/p/chromium/issues/detail?id=6429
adolfjap
Please visit http://code.google.com/p/chromium/issues/detail?id=6429
I fixed it.
Plavozont
This bug is not fixed yet, please fix it people!
http://code.google.com/p/chromium/issues/detail?id=6429
o_cardoza
Not fixed.
Post-data fails to resend on JavaScript command "window.location.reload()"
Chrome 17.0 FAIL
Safari 5.1 FAIL
Firefox 10.0 PASS
IE 9.0 PASS
Tony Chang's test case still works:
http://ponderer.org/tests/post-test.py
Related Bugs:
http://code.google.com/p/chromium/issues/detail?id=6429
which blocks
http://code.google.com/p/chromium/issues/detail?id=80285
Emmanuel Proulx
This bug was found in 2009. We're 2013. Anyone has an idea when this will be fixed?