[Webkit-unassigned] [Bug 93928] New: [Forms] Move wheel event handler to spin button class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 21:10:12 PDT 2012


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

           Summary: [Forms] Move wheel event handler to spin button 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: 88970


In current implementation, wheel event handler is implemented in TextFieldInputType and called from NumberInputType and BaseDateTimeInputType class.

To shared wheel event handler code within them and multiple field time UI, I would like to move implementation of wheel event handler into SpinButton 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