[webkit-reviews] review granted: [Bug 95168] [Forms] Shift+Tab should focus the last field of multiple fields time input UI : [Attachment 161614] Patch 8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 20:39:22 PDT 2012


Kent Tamura <tkent at chromium.org> has granted yosin at chromium.org's request for
review:
Bug 95168: [Forms] Shift+Tab should focus the last field of multiple fields
time input UI
https://bugs.webkit.org/show_bug.cgi?id=95168

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

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


> Source/WebCore/ChangeLog:38
> +	  
(WebCore::TimeInputType::DateTimeEditControlOwnerImpl::focusAndSelectEditContro
lOwner): Removed. In this patch, settting focus to field is handled by
DateTimeEditElement.

How about input->select() ? It had no effect, right?


More information about the webkit-reviews mailing list