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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 22:59:52 PDT 2012


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





--- Comment #5 from Kent Tamura <tkent at chromium.org>  2012-07-12 22:59:52 PST ---
I'd like to change the timing so that:
 - Restoring in finishParsingChildren of owner form for form controls with an owner
 - Restoring in finishParsingChildren of form control itself for form control without any owner (no change)

Because
 - Restoring after 'load' event is not compatibile with other browsers
 - 'load' event may be too late.  It can be dispatched several seconds later after starting the document loading
 - In order to fix a case of http://code.google.com/p/chromium/issues/detail?id=34351#c10, we need to take a look at the <form> content.

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