[Webkit-unassigned] [Bug 88974] New: [Form] Change base class of BaseDateAndTimeInputType to InputType from TextFieldInputType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 01:31:50 PDT 2012


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

           Summary: [Form] Change base class of BaseDateAndTimeInputType
                    to InputType from TextFieldInputType
           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
            Blocks: 88970


For implement none text field UI for date/time input type easier.

Example in TimeInputType.h
See "Patch 2" of bug 88970

#if ENABLE(TIME_FIELDS)
class TimeInputType : public InputType {
... Use time fields for inputting time
}
#else
class TimeInputType : public BaseDateAndTimeInputType {
... Use single line text edit for inputting time.
}
#endif

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