https://bugs.kde.org/show_bug.cgi?id=461391

Robby Stephenson <ro...@periapsis.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
                   |ce/tellico/commit/0a2972f61 |ce/tellico/commit/9894bf275
                   |a03283b0db4d37474e5ec3c792a |2d2584fdd4a61b52d0a738ba902
                   |3d7f                        |dbf1

--- Comment #2 from Robby Stephenson <ro...@periapsis.org> ---
Git commit 9894bf2752d2584fdd4a61b52d0a738ba902dbf1 by Robby Stephenson.
Committed on 06/11/2022 at 00:55.
Pushed by rstephenson into branch 'master'.

Use a temporary file for large reports to avoid QWebEngine limit

QWebEngine::load is limited to 2MB, which when encoded and otherwise
processed, seems to be as low as 1,200,000 "characters" in a QString.

For large file, write to a temporary file before loading. This does not
take care of any relative links in the HTML, which will need further
work.
FIXED-IN: 3.4.5

M  +4    -0    ChangeLog
M  +20   -2    src/reportdialog.cpp
M  +2    -0    src/reportdialog.h

https://invent.kde.org/office/tellico/commit/9894bf2752d2584fdd4a61b52d0a738ba902dbf1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to