QWebEngine example project "simple browser" crashes on some WebDialogs
-
wrote on 28 Nov 2023, 20:12 last edited by
Hello.
I have a weird bug, I can reproduce it 100% of the time on my own machine. The following example code:
https://doc.qt.io/qtforpython-6/examples/example_webenginewidgets_simplebrowser.html
crashes whenever I try to click a link/open a link in new window on some sites (not all!). For example I get 100% reproducibility when double clicking an email entry in an email folder in outlook.com. On other browsers (Chrome, FireFox, Edge) this opens a popup window containing the message in question. In the example code it tries to open a new WebDialog but then freezes and crashes soon after.
-
Hello.
I have a weird bug, I can reproduce it 100% of the time on my own machine. The following example code:
https://doc.qt.io/qtforpython-6/examples/example_webenginewidgets_simplebrowser.html
crashes whenever I try to click a link/open a link in new window on some sites (not all!). For example I get 100% reproducibility when double clicking an email entry in an email folder in outlook.com. On other browsers (Chrome, FireFox, Edge) this opens a popup window containing the message in question. In the example code it tries to open a new WebDialog but then freezes and crashes soon after.
wrote on 27 Dec 2023, 12:56 last edited byThis was reported and now fixed:
https://bugreports.qt.io/browse/QTBUG-119564 -