Bug 56937

Summary: Shifting up of input values from same form after using the BACK button ???
Product: WebKit Reporter: Patrice Béliveau-Nadeau <beliveap>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: dglazkov, tkent
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
example html test code for reproducing the problem none

Patrice Béliveau-Nadeau
Reported 2011-03-23 10:43:13 PDT
Created attachment 86642 [details] 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!
Attachments
example html test code for reproducing the problem (900 bytes, text/html)
2011-03-23 10:43 PDT, Patrice Béliveau-Nadeau
no flags
Kent Tamura
Comment 1 2011-03-23 18:56:02 PDT
*** This bug has been marked as a duplicate of bug 53312 ***
Note You need to log in before you can comment on or make changes to this bug.