WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 83761
[Chromium] Enable INPUT_TYPE_DATE
https://bugs.webkit.org/show_bug.cgi?id=83761
Summary
[Chromium] Enable INPUT_TYPE_DATE
Kent Tamura
Reported
2012-04-12 02:08:11 PDT
[Chromium] Enable INPUT_TYPE_DATE
Attachments
Patch
(3.10 KB, patch)
2012-04-12 02:23 PDT
,
Kent Tamura
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2012-04-12 02:23:45 PDT
Created
attachment 136858
[details]
Patch
Kentaro Hara
Comment 2
2012-04-12 03:05:22 PDT
Comment on
attachment 136858
[details]
Patch Wouldn't there be any concern about enabling INPUT_TYPE_DATE? (I am not familiar with the consensus.)
Peter Beverloo
Comment 3
2012-04-12 03:10:22 PDT
I can imagine that quite some code (rendering/JavaScript/CSS as well) is going to be shared for the different date and time UIs, wouldn't it be better to wait for it to mature a bit? Is there a run-time flag for the functionality? Input types such as "date" and "month"/"week" are rather similar, it may confuse web developers when certain types work, but others don't.
Kent Tamura
Comment 4
2012-04-12 03:22:25 PDT
H> Wouldn't there be any concern about enabling INPUT_TYPE_DATE? (I am not familiar with the consensus.) P> I can imagine that quite some code (rendering/JavaScript/CSS as well) is going to be shared for the different date and time UIs, wouldn't it be better to wait for it to mature a bit? P> Is there a run-time flag for the functionality? Input types such as "date" and "month"/"week" are rather similar, it may confuse web developers when certain types work, but others don't. I don't think we should enable all the types at once. I'd like to ship available types one by one. We need some months to implement other date/time types. The date type still have small UI issues. I'd like to enable it now and have feedbacks. If we couldn't make it mature before M20 branch, I'll introduce a runtime flag and disable it by default. Issues: * RTL:
Bug 83668
* No keyboard-binding to open a calendar picker * default placeholder to indicate the format
Kentaro Hara
Comment 5
2012-04-12 03:41:57 PDT
Comment on
attachment 136858
[details]
Patch rs=me based on tkent's comment.
WebKit Review Bot
Comment 6
2012-04-12 07:22:09 PDT
Comment on
attachment 136858
[details]
Patch Clearing flags on attachment: 136858 Committed
r113972
: <
http://trac.webkit.org/changeset/113972
>
WebKit Review Bot
Comment 7
2012-04-12 07:22:13 PDT
All reviewed patches have been landed. Closing bug.
Kent Tamura
Comment 8
2012-04-12 18:35:13 PDT
Anyway I'll introduce a runtime flag to disable this easily.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug