[Webkit-unassigned] [Bug 106212] New: INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 00:55:57 PST 2013


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

           Summary: INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day
                    field should respect min/max attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            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


For example, consider this input:
<input type=date min=2012-10-20 max=2012-10-30>
We can make the month field read-only with value=10, and limit the day field range to 20-30.

Currently only year-field limits its range by min/max. We would like to implement this for month and day fields too.

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