[Webkit-unassigned] [Bug 28706] crash with ::-webkit-scrollbar css use on body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 03:03:42 PDT 2009


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





--- Comment #2 from verdavaine <mongaulois at gmail.com>  2009-09-11 03:03:41 PDT ---
simple example

#include <QtGui>
#include <QtWebKit>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    QWebView w;
   
w.load(QUrl("http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/overflow-scrollbar-combinations.html"));
    w.show();
    w.resize(50,50);
    return a.exec();
}

Under Qt 4.5.2 Visual 2008 : crash when you close.

Under Qt 4.5.2 abd Qt 4.6 tech preview 1 visual 2008 : body scrollbar are not
display correctely the first time.

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