Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.7.4, 4.8.0
-
None
-
Tested on 4.8.0 and 4.7.4. Qt Cocoa 64-bit. Mac OS 4.6.
Description
Embedding a QMacNativeWidget in an NSWindow, showing a Qt modal dialog or a Qt popup such as a combobox, puts the qt event loop into a bad state where deletion with QObject::deleteLater() stops happening. I assume this is related to qt event loop level.
Test Case Attached:
My test case has a timer creating a QObject every second and marking it for deletion with deleteLater(). After clicking the combobox (any modal state will do) deleteLater objects no longer deleted.
Attachments
Issue Links
- relates to
-
QTBUG-30660 opening the device options panel twices crashes on qt5/mac
- Closed