[Webkit-unassigned] [Bug 89962] Change the timing of form state restore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 17:58:42 PDT 2012


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





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2012-06-27 17:58:41 PST ---
I don't think there are relevant spec.

Behavior of other browsers:

Firefox:
A value was restored before 'load' event of the document, and the restoring dispatched 'input' event for the control.  (I tested with an <input>)

IE:
A value was restored before 'load' event of the document, and the restoring didn't dispatch 'input' or 'change' event.

Opera:
It seems Opera doesn't restore form values.


Hmm, so restoring after 'load' might be risky. Let me reconsider.

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