[Webkit-unassigned] [Bug 78686] New: [Qt] QtWebkit QWebView first line with a icon printed twice with a rendering defect in qt 4.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 02:47:10 PST 2012


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

           Summary: [Qt] QtWebkit QWebView first line with a icon printed
                    twice with a rendering defect in qt 4.8
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tharanga.wijethilake at digia.com


When the following web site is accessed with the following code it renders the top line in a distorted manner. Code for the error and the distorted image is attached.
{code}

    view = new QWebView();
    view->load(QUrl("http://modelbuildernews.verum.com/mbnews.aspx"));
    view->show();

{code}
This error does not exist in qt 4.7.4 so should be a regression issue. I tried a few other websites with aspx  web pages but did not seem to happen with those.

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