[Webkit-unassigned] [Bug 91603] New: REGRESSION(r117738) [Forms] Default step base should be 0 (=1970-01) for input type month

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 02:02:26 PDT 2012


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

           Summary: REGRESSION(r117738) [Forms] Default step base should
                    be 0 (=1970-01) for input type month
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org


Before r117738, default step base for input type month is defined in InputType::defaultStepBase() as 0 (=1970-01).
On r117738, it is defined in MonthInputType::createStepRange and it is DateComponents::minimumMonth() (=0001-01).

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