[Webkit-unassigned] [Bug 112767] New: Remove unnecessary calls to Node::disabled for <meter>, <progress>, and <output>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 18:20:18 PDT 2013


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

           Summary: Remove unnecessary calls to Node::disabled for
                    <meter>, <progress>, and <output>
           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: morrita at google.com
            Blocks: 112085


The calls were added in http://trac.webkit.org/changeset/86526. disabled() never returns true for these elements, so we don't have to consider disabled() in supportsFocus(), and can just use HTMLElement::supportsFocus. Since HTMLMeterElement and HTMLProgressElement no longer inherit from HTMLFormControlElement, we don't need to override supportsFocus() at all.

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