[Webkit-unassigned] [Bug 85978] New: [Forms] Move step related methods to InputType class from HTMLInputElement class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 03:44:57 PDT 2012


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

           Summary: [Forms] Move step related methods to InputType class
                    from HTMLInputElement class
           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: 82304


This is part of re-factoring of HTMLInputElement class for Steppable input type.

getAllowedValueStep and stepDown/stepUp/stepUpFromRendere methods of HTMLInputElement are used only by DateTime/Number/Range input type. For ease of maintenance, e.g. change of implementation should not change HTMLInputElement.cpp for reducing merge conflict, these method should be in files of input type implementation.

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