[Webkit-unassigned] [Bug 50442] Radio button group state is not restored correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 21:16:43 PST 2010


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





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2010-12-13 21:16:43 PST ---
(In reply to comment #1)
> > I have no idea how to fix this bug at this moment.
> 
> During step (3), the control is in a position to know that it’s being created by the parser and has not yet finished parsing its children. We can set constructorNeedsCreatedByParser in HTMLTagNames.in and set a flag. If that flag is set, we can defer whatever work we need to until finishParsingChildren time.

Thank you for the advice!  constructorNeedsCreatedByParser worked well.

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