[Webkit-unassigned] [Bug 56937] New: Shifting up of input values from same form after using the BACK button ???
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 23 10:43:13 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56937
Summary: Shifting up of input values from same form after using
the BACK button ???
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Major
Priority: P1
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: beliveap at uqtr.ca
Created an attachment (id=86642)
--> (https://bugs.webkit.org/attachment.cgi?id=86642&action=review)
example html test code for reproducing the problem
Hi,
background :
- This issue occurs when using the Chrome and Safari browsers.
symptom :
- When a user submits a form and clicks the back button, the form values are not reloaded properly (they are shifted upwards).
example :
before submit :
input1: <blank>
input2: 10
input3: 20
after submit and clicking the back button on browser :
input1: 10
input2: 20
input3: <blank>
similar issue :
- This issue is different from the currently open case "Bug 23346: Restore form control values to a wrong form" since it occurs for a single form web page.
functional example :
Please refer to attachment for an example that demontrates the bug.
severity :
- This can currently have a potentially demitremental impact on our users, since during a submit form operation, they may accidentally re-submit corrupted values!
--
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