[webkit-reviews] review granted: [Bug 108924] INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields. : [Attachment 186577] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 04:00:38 PST 2013


Kentaro Hara <haraken at chromium.org> has granted Kent Tamura
<tkent at chromium.org>'s request for review:
Bug 108924: INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on
disabled sub-fields.
https://bugs.webkit.org/show_bug.cgi?id=108924

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=186577&action=review


>
LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focus.html:15
> +dateInput.max = '2013-02-28';

How about changing this to dateInput.max = '2013-03-31', and test that the
first focus() focuses on the month field and the second focus() focuses on the
day field?


More information about the webkit-reviews mailing list