QWebEngine example project "simple browser" crashes on some WebDialogs
Solved
QtWebEngine
-
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.
-