RESOLVED FIXED 102628
min/max/step support for calendar picker on datetime/datetime-local
https://bugs.webkit.org/show_bug.cgi?id=102628
Summary min/max/step support for calendar picker on datetime/datetime-local
Kunihiko Sakamoto
Reported 2012-11-18 18:10:39 PST
Calendar picker for datetime/datetime-local should gray out dates with no allowed values. For example, <input type=datetime min="2012-11-14T12:00Z" step="129600"> allows following values: 2012-11-14T12:00Z 2012-11-16T00:00Z 2012-11-17T12:00Z 2012-11-19T00:00Z ... Calendar picker for this input should accept only 2012-11-14, 2012-11-16, 2012-11-17, 2012-11-19, and so on.
Attachments
Patch (5.94 KB, patch)
2012-11-18 18:26 PST, Kunihiko Sakamoto
no flags
Kunihiko Sakamoto
Comment 1 2012-11-18 18:26:49 PST
WebKit Review Bot
Comment 2 2012-11-18 19:39:56 PST
Comment on attachment 174874 [details] Patch Attachment 174874 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14904032 New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Kent Tamura
Comment 3 2012-11-18 20:08:27 PST
Comment on attachment 174874 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174874&action=review > LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:20 > + debug("Step without min or max."); nit: Please be consistent for quotation mark usage. Many code in this file use single quotes, but some parts use double quotes.
WebKit Review Bot
Comment 4 2012-11-18 21:51:23 PST
Comment on attachment 174874 [details] Patch Clearing flags on attachment: 174874 Committed r135110: <http://trac.webkit.org/changeset/135110>
WebKit Review Bot
Comment 5 2012-11-18 21:51:27 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.