Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.9.3, 5.10.0, 5.11.0 Beta 1
-
None
Description
If there is a popup Window which we close the Tabs and its Items won't be destroyed until
the main Window is closed as well.
In the attached example we can still use the Item after closing the Window but it doesn't have a valid QmlContext.
When the Window is closed all of its children's QmlContext is invalidated, which means that its parent
and QmlEngine is set to 0.
This patch seems to fix the problem: https://codereview.qt-project.org/#/c/65800/
It was reverted by: https://codereview.qt-project.org/#/c/74742/
Attachments
Issue Links
- resulted in
-
QTBUG-65044 QtWebEngine crashes in quick after closing popup window
-
- Closed
-