Bug 78686 - [Qt] QtWebkit QWebView first line with a icon printed twice with a rendering defect in qt 4.8
Summary: [Qt] QtWebkit QWebView first line with a icon printed twice with a rendering ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 02:47 PST by tharanga
Modified: 2014-01-28 20:42 PST (History)
1 user (show)

See Also:


Attachments
This sample code regenerates the issue in qt 4.8 in windows. Both in mingw and in visual studio 2010 (15.62 KB, application/x-zip-compressed)
2012-02-15 02:50 PST, tharanga
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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