[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 07:59:17 PDT 2010


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





--- Comment #13 from TAMURA, Kent <tkent at chromium.org>  2010-03-29 07:59:16 PST ---
Yeah, I understand my patch doesn't fix the whole of this issue. But I expect
the patch solves many problems.

I already have another patch to disable restoring values for button, hidden,
image, reset, and submit.  They are not user-editable, so we don't need to
restore values for them.

Hashing the whole HTML document is not acceptable because loading an HTML
document might take long time.  It might be possible to hash each of FORM
elements by DOMHASH-like algorithm.

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