Qt 5.15.4 Known Issues: Difference between revisions
Jump to navigation
Jump to search
Allan Jensen (talk | contribs) (Created page with "Category:Known Issues *Check that your system meets [http://doc-snapshots.qt.io/qt5-5.15/gettingstarted.html#platform-requirements Qt's requirements] *All open issues can...") |
(Added a note about known issues in LTS Commercial releases.) |
||
Line 1: | Line 1: | ||
'''All Qt 5.15.4 LTS Commercial known issues are listed the release note''' that is available via Qt Account. In Qt Account, select ''Downloads'' - ''Product: Qt'' - ''Version: 5.15.4''. | |||
[[Category:Known Issues]] | [[Category:Known Issues]] | ||
Latest revision as of 13:06, 7 June 2021
All Qt 5.15.4 LTS Commercial known issues are listed the release note that is available via Qt Account. In Qt Account, select Downloads - Product: Qt - Version: 5.15.4.
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- RTA findings here
QtWebEngine
The PDF viewer switched in 5.15.4 to a different embedding model that more closely resembles how Chrome works. This means navigating to a PDF will no longer change the URL to an extension link, and PDF document itself will be shown in an embed element on the page. One side effect of this is that you can no longer scroll the PDF viewer with window.scrollTo, see https://bugreports.qt.io/browse/QTBUG-93871