[Webkit-unassigned] [Bug 97756] New: [Forms] BaseMultipleFieldsDateAndTimeInputType class should inherit DateTimeEditElement::EditControlOwner rather than containing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 21:12:47 PDT 2012


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

           Summary: [Forms] BaseMultipleFieldsDateAndTimeInputType class
                    should inherit DateTimeEditElement::EditControlOwner
                    rather than containing
           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
        Depends on: 97521


We used containment instead of inheritance for implementing DateTimeEditElement::EditControlOwner interface when we implemented in TimeInputType class to use BaseDateAndTimeInputType as base class of TimeInputType regardless single field UI or multiple fields UI.

Once we use different base class based on single field UI or multiple fields UI, we can put DateTimeEditElement::EditControlOwner interface into base class list of BaseMultipleFieldsDateAndTimeInputType class.

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