--- a/src/eric7/WebBrowser/WebBrowserPage.py Tue Oct 10 18:05:17 2023 +0200 +++ b/src/eric7/WebBrowser/WebBrowserPage.py Wed Oct 11 15:44:59 2023 +0200 @@ -474,6 +474,7 @@ @return flag indicating a successful print job @rtype bool """ + # FIXME: replace this logic with QWebEngineView.print(printer) loop = QEventLoop() resultDict = {"res": None} QTimer.singleShot(timeout, loop.quit)