[Webkit-unassigned] [Bug 110740] Should not return WebTextInputTypeNone for date input element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 05:13:08 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110740





--- Comment #4 from Kent Tamura (ooo until Mar 15) <tkent at chromium.org>  2013-02-25 05:15:31 PST ---
(From update of attachment 190022)
View in context: https://bugs.webkit.org/attachment.cgi?id=190022&action=review

>> Source/WebKit/chromium/src/WebViewImpl.cpp:2393
>> +            return WebTextInputTypeDate;
> 
> Using WebTextInputTypeDate looks wrong.
> - We're going to remove it as written in WebTextInputType.h.
> - This issue affects all of date/time types.  WebTextInputTypeDate is only for input[type=date].
> 
> I think using WebTextInputTypeText is better.

The best solution is to introduce WebTextInputTypeDateTimeField.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list