https://bugs.kde.org/show_bug.cgi?id=461391
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |3.4.5 Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/tellico/commit/0a2972f61 | |a03283b0db4d37474e5ec3c792a | |3d7f Resolution|--- |FIXED --- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit 0a2972f61a03283b0db4d37474e5ec3c792a3d7f by Robby Stephenson. Committed on 06/11/2022 at 00:59. Pushed by rstephenson into branch '3.4'. 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/0a2972f61a03283b0db4d37474e5ec3c792a3d7f -- You are receiving this mail because: You are watching all bug changes.