[Webkit-unassigned] [Bug 93518] Submitting a form, then clicking back changes hidden input values.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 24 05:55:58 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=93518
--- Comment #3 from Stuart Morrison <stuart at hadez.org> 2013-09-24 05:55:00 PST ---
Created an attachment (id=212456)
--> (https://bugs.webkit.org/attachment.cgi?id=212456&action=review)
Test Case
Can replicate behaviour with this simple html file when accessed via
https with no-cache set.
You'll need to alter form target to point somewhere valid.
1) Submit form on page1.html with current values.
(POSTed values: input_h == '123', input_t == 'ABC')
2) Edit page1.html (set input_h = '456', input_t = 'DEF'.
3) Click 'back' in browser.
4) Submit page1.html
(POSTed values: input_h=='123', input_t=='DEF')
Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X)
AppleWebKit/536.26 (KHTML, like Gecko)
Version/6.0 Mobile/10A403 Safari/8536.25
We noticed this because the behaviour breaks our on-line
store when a customer goes 'back' on iPad. Have not seen the
issue on other browsers.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list