Bug 78686

Summary: [Qt] QtWebkit QWebView first line with a icon printed twice with a rendering defect in qt 4.8
Product: WebKit Reporter: tharanga <tharanga.wijethilake>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca
Priority: P3    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
This sample code regenerates the issue in qt 4.8 in windows. Both in mingw and in visual studio 2010 none

Description tharanga 2012-02-15 02:47:10 PST
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.
Comment 1 tharanga 2012-02-15 02:50:24 PST
Created attachment 127145 [details]
This sample code regenerates the issue in qt 4.8 in windows. Both in mingw and in visual studio 2010