[Webkit-unassigned] [Bug 23346] Restore form control values to a wrong form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 10:00:31 PDT 2010


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





--- Comment #19 from benjie at lablife.org  2010-03-29 10:00:30 PST ---
I created bug 36762, to keep track of the FIRST bug, regarding autocomplete
forms should not consume saved state. Because most of the discussions here are
for the 2nd bug, I think this particular thread/bug number should be about the
2nd bug.

Regarding comment 18 from OPAL: to make sure JS changing hidden/submit field
values are properly handled (i.e. they are also restored to the post JS value),
I think the best approach would be to get a hash of the form DOM, and use that
as an unique identifier for the form. In that case, on re-fetch of a URL, if
the form DOM has not changed at all, then its values can be re-filled in.
Otherwise, don't re-fill it.

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