[webkit-reviews] review denied: [Bug 74270] [Forms] Disabled option selected in form : [Attachment 118936] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 21:19:18 PST 2011


Kent Tamura <tkent at chromium.org> has denied yosin at chromium.org's request for
review:
Bug 74270: [Forms] Disabled option selected in form
https://bugs.webkit.org/show_bug.cgi?id=74270

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=118936&action=review


r- because of EWS failures.

> Source/WebCore/html/HTMLSelectElement.cpp:719
> +		   if (option->disabled())
> +		       option->setSelectedState(false);

What's the behavior of other browsers for <option disabled selected>?


More information about the webkit-reviews mailing list