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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 13:19:38 PDT 2010


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





--- Comment #24 from TAMURA, Kent <tkent at chromium.org>  2010-04-02 13:19:36 PST ---
I'm planing to implement the "form hash" idea.

- Form control states are saved when a user leaves the page.
- Form control states are restored when the page is parsed.
So, If we introduce the form hash, and if the form DOM is changed after parsing
and before leaving (e.g. another control is added to the form by JavaScript),
control states won't be restored.

Is it acceptable?

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