[Webkit-unassigned] [Bug 35681] New: [Qt] problem with QWebView, Plastique style and scroll bars on OSX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 07:00:53 PST 2010


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

           Summary: [Qt] problem with QWebView, Plastique style and scroll
                    bars on OSX
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-3741
http://bugreports.qt.nokia.com/browse/QTBUG-3741

--- Description ---

The following code produce a scroll bar with no handle on OSX

<p>int main(int argc, char *argv[])</p>
{
    QApplication app(argc, argv);
    QWebView wv;
    wv.load(QUrl("http://www.tsr.ch"));
    wv.setStyle(new QPlastiqueStyle());
    wv.show();
    return app.exec();
}

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