[Webkit-unassigned] [Bug 112993] New: Implement isEnabledFormControl() for SliderThumbElement and SpinButtonElement in terms of disabled()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 19:26:41 PDT 2013


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

           Summary: Implement isEnabledFormControl() for
                    SliderThumbElement and SpinButtonElement in terms of
                    disabled()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: falken at chromium.org
                CC: tkent at chromium.org
            Blocks: 112085


SliderThumbElement and SpinButtonElement's isEnabledFormControl are the only ones that do not just return !disabled(). If we can make them return !disabled(), it would prove that having both disabled and isEnabledFormControl is redundant, and we can just refactor them into a single function.

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