[Webkit-unassigned] [Bug 102628] New: min/max/step support for calendar picker on datetime/datetime-local

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 18:08:43 PST 2012


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

           Summary: min/max/step support for calendar picker on
                    datetime/datetime-local
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ksakamoto at chromium.org
                CC: tkent at chromium.org


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.

-- 
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