[Webkit-unassigned] [Bug 23346] Wrong form submission

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 08:02:45 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=23346


benjie at lablife.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjie at lablife.org




--- Comment #4 from benjie at lablife.org  2010-03-16 08:02:45 PST ---
This shows up for me in Safari/Chrome as well, on our production and testing
sites.

Here is the scenario:

Page A: user is shown a form M, with hidden form field named X whose value is
M_X, and a submit form field named S whose value is M_S. There is also a form
N, with hidden form field named X whose value is N_X, and a submit form field
named S whose value is N_S

User POSTS to go to page B.

User hits back button to go back to Page A.

In form M, the value for X is now N_X, not M_X as it should be, and the value
for S is N_S, not M_S.

I believe this scenario is caused by the same bug that caused the problems
described in other comments related to this bug.

-- 
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