[webkit-reviews] review denied: [Bug 95525] [Forms] Blur from field should reset typeahead buffer in multiple fields time input UI : [Attachment 161617] Patch 1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 30 21:44:44 PDT 2012
Kent Tamura <tkent at chromium.org> has denied yosin at chromium.org's request for
review:
Bug 95525: [Forms] Blur from field should reset typeahead buffer in multiple
fields time input UI
https://bugs.webkit.org/show_bug.cgi?id=95525
Attachment 161617: Patch 1
https://bugs.webkit.org/attachment.cgi?id=161617&action=review
------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=161617&action=review
> Source/WebCore/html/shadow/DateTimeNumericFieldElement.cpp:78
> +void DateTimeNumericFieldElement::didBlur()
> +{
> + m_lastDigitCharTime = 0;
> +}
should call DateTimeFieldElement::didBlur().
More information about the webkit-reviews
mailing list