Actions
Bug #869
closedFile downloads always show an unknown file size
Start date:
07/09/2022
Due date:
% Done:
0%
Estimated time:
Description
This is caused by a bug in `QWebEngineDownloadItem::totalBytes()` which always returns `-1`.
https://doc.qt.io/qt-5/qwebenginedownloaditem.html#totalBytes
Updated by Soren Stoutner over 2 years ago
- Subject changed from File downloads always show and unknown file size. to File downloads always show and unknown file size
- Description updated (diff)
- Assignee set to Soren Stoutner
Updated by Soren Stoutner over 2 years ago
Reported upstream at https://bugreports.qt.io/browse/QTBUG-104869.
Updated by Soren Stoutner over 2 years ago
- Subject changed from File downloads always show and unknown file size to File downloads always show an unknown file size
Updated by Soren Stoutner over 1 year ago
There is an upstream patch that fixes this for Qt 6. Hopefully, they will backport it to Qt 5. If not, I will submit a patch to the Qt 5 Debian package.
Updated by Soren Stoutner over 1 year ago
This fix has been added to the 5.15.14 branch.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to In Progress
Updated by Soren Stoutner about 1 year ago
- Status changed from In Progress to Closed
This is now fixed in Debian testing.
Actions