Bug 90421 - [Qt] WebView cannot increase the painted area
Summary: [Qt] WebView cannot increase the painted area
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Other Windows 7
: P2 Normal
Assignee: Nobody
URL: https://bugreports.qt-project.org/bro...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 18:38 PDT by Damian Jansen
Modified: 2014-01-28 20:32 PST (History)
1 user (show)

See Also:


Attachments
Test app (2 files) (1.07 KB, application/zip)
2012-07-02 18:38 PDT, Damian Jansen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Damian Jansen 2012-07-02 18:38:51 PDT
Created attachment 150513 [details]
Test app (2 files)

QML component WebView does not repaint itself (webpage is resizing, but not repainting the resized area)

1. Run the attached qtbug-26330.qml
2. Drag the green button down and to the right
3. Notice the page increases in size, but the actual WebView area does not.

The WebView can decrease in size, but then when increasing again it will stop at the initial height/width.