-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0 Beta3
-
None
-
Tested with firefox and chrome
-
-
38e113547 (dev)
Hi,
When using the following code:
Image {
id: i
source: 'qrc:/image.png'
asynchronous: true
onStatusChanged: {
console.log(i.source + ' status:' + i.status + "(" + Image.Null + ","
+ Image.Ready + "," + Image.Loading + "," + Image.Error + ")")
}
onProgressChanged: {
console.log(i.source, i.progress)
}
}
The image never appears.
The following logs are visible in the browser console, status is stuck to loading:
qml: qrc:/image.png status:2(0,1,2,3) #made by onStatusChanged
If you switch the asynchronous call to false, the image is displayed.
Note that this break loading image from http for example...
- is duplicated by
-
QTBUG-112509 WASM QML Image: data:image/png;base64 does not works on latest versions
-
- Closed
-
- relates to
-
QTBUG-106159 wasm: Image downloading anything external does not work even though the request succeeds in multithreaded apps
-
- Closed
-
| For Gerrit Dashboard: QTBUG-111892 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 466408,6 | QQuickPixmapCache: own thread object if not using threaded download | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 474479,3 | QQuickPixmapCache: own thread object if not using threaded download | 6.5 | qt/qtdeclarative | Status: MERGED | +2 | 0 |