[Webkit-unassigned] [Bug 53312] Back button populates data in wrong form fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 09:24:04 PST 2011


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





--- Comment #3 from Galen Hollins <ghollins at gmail.com>  2011-01-31 09:24:04 PST ---
Yes, this does seem to be part of bug 23346.  There is a workaround that I was able to do in my code, which is to make sure that all elements have BOTH an "id" and a "name" attribute (each with the same value).   That way the browser doesn't get confused about what form elements are what.  I've posted the jsfiddle link test case on the other bug, just for reference. 

I am however concerned that the other but has an importance of "Normal".  This bug has caused data corruption in one of my apps (via the back, then resubmit pattern), and therefore I think this problem should be classified as "Major".   If it was merely a view-layer problem, things would be different, but this bug actually changes form fields, that in many cases may get resubmitted.

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