[webkit-reviews] review granted: [Bug 64537] REGRESSION (r90809): Setting a checkbox's checked property, doesn't render as checked until app window loses focus : [Attachment 100916] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 20:25:33 PDT 2011


Darin Adler <darin at apple.com> has granted Kent Tamura <tkent at chromium.org>'s
request for review:
Bug 64537: REGRESSION (r90809): Setting a checkbox's checked property, doesn't
render as checked until app window loses focus
https://bugs.webkit.org/show_bug.cgi?id=64537

Attachment 100916: Patch 2
https://bugs.webkit.org/attachment.cgi?id=100916&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
I don’t understand why it is correct to only call updateCheckedRadioButtons for
radio buttons. The work in there does not seem to be radio-button-specific
despite the function’s name. If that is correct, then the function should be
moved into RadioInputType out of HTMLInputElement.


More information about the webkit-reviews mailing list