WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11896
Going Back/Forward changes form submit values
https://bugs.webkit.org/show_bug.cgi?id=11896
Summary
Going Back/Forward changes form submit values
Shawn Van Ittersum
Reported
2006-12-20 12:54:20 PST
Form submit values get confused when going back/forward between pages with multiple forms. We see this all the time in our web apps, which are unfortunately limited access, so I can't provide them as an example. But if you create a page with a form that leads to another page with another form, and then submit the first form and click the Back button to return, then you might see what we're seeing. If not, add more forms to each page and make sure the submit buttons have different custom VALUE attributes. You should see the intended values of the buttons getting mixed up, as if WebKit loses track of which button is supposed to have which value.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2006-12-20 13:31:02 PST
Can you please provide a test case? Your description doesn't make it particularly clear what the problem is, and a working example would help a lot.
mitz
Comment 2
2006-12-20 14:08:03 PST
Looks like a duplicate of
bug 10541
.
Robert Blaut
Comment 3
2008-02-12 05:23:48 PST
Shawn, Is the problem still visible in the latest Webkit?
Shawn Van Ittersum
Comment 4
2008-02-12 10:54:15 PST
The behavior does not seem to occur in recent builds. Thank you.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug