-
Bug
-
Resolution: Done
-
P1: Critical
-
5.2.1
-
Windows XP SP3
Windows 7
Windows 8
-
7a2d420d6675e08dfeff2388ce579dc54d4aa88a
When using a QML WebView with a custom built Qt configured for ANGLE and MinGW,
only a white Rectangle is rendered.
The same code works on Qt 5.2.1 without ANGLE
and on Qt 5.2.0 build with ANGLE and MinGW
Steps to reproduce:
1) build Qt with ANGLE and MinGW
2) create a new QtQuick2 Project in QtCreator and the following main.qml:
import QtQuick 2.2
import QtWebKit 3.0
Rectangle {
width: 800
height: 600
color:"#ff0000"
WebView {
width: 600
height: 400
anchors.centerIn: parent
url: "http://www.google.com"
}
}
3) run...
- is required for
-
QTBUG-36712 Issues to be fixed before 5.3.0 Beta 1 release
-
- Closed
-
- replaces
-
QTBUG-36433 Windows, Package 5.2.1/E240: WebkitQMl/flickrview shows blank screen where pictures should be shown
-
- Closed
-
| For Gerrit Dashboard: QTBUG-37043 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 80043,3 | Fix rendering of WebKit2 QML WebView with ANGLE. | stable | qt/qtwebkit | Status: MERGED | +2 | 0 |
| 80077,1 | Fix rendering of WebKit2 QML WebView with ANGLE. | stable | qt/qtwebkit | Status: ABANDONED | 0 | 0 |
| 80078,1 | Fix rendering of WebKit2 QML WebView with ANGLE. | release | qt/qtwebkit | Status: MERGED | +2 | 0 |