[Webkit-unassigned] [Bug 65896] New: [Qt] Need spin-button implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 20:53:26 PDT 2011


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

           Summary: [Qt] Need spin-button implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: ossy at webkit.org, abecsi at webkit.org


The following tests are failing because of no spin-button implementation in Qt.

fast/forms/input-appearance-spinbutton-disabled-readonly.html
fast/forms/input-appearance-spinbutton-layer.html
fast/forms/input-number-events.html
fast/forms/input-spinbutton-capturing.html
fast/forms/input-number-large-padding.html
fast/forms/spin-button-gets-disabled-or-readonly.html
fast/forms/input-number-size.html

Need to implement

    virtual void adjustInnerSpinButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
    virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }

in RenderThemeQt.

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