пʼятниця, 27 квітня 2018 р. 12:11:57 EEST John Paul Adrian Glaubitz написано:
This is seriously ridiculous. They broke tons of compatibility with non-x86 architectures by shifting to WebEngine which is based on Chrome and then this monstrosity isn't even able to open an email which displays perfectly fine on Thunderbird.
Adrian
Well, I've met bug somewhere (can't find it), the problem was in QWebEnginePage::setHtml [1] and there is (already? not sure it was there before) a warning about it's limit about roughly 20MiB limit of a percent encoded text. It's just not designed for large texts. So, IMHO, while setHtml wouldn't be redesigned for large portions of data, custom URL scheme [2] and setUrl should be used instead of setHtml. But I don't like QtWebEngine much too, it's too heavy for simple tasks while QtWebKit is deprecated. I really thought several times about modernizing of KHTML, but that's a lot of efforts and time… [1] http://doc.qt.io/qt-5/qwebenginepage.html#setHtml [2] https://doc.qt.io/qt-5.10/qwebengineprofile.html#installUrlSchemeHandler -- Kind regards, Mykola Krachkovsky -- Найкращі побажання, Микола Крачковський