Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
5.0.0, 5.1.0 , 5.15
-
None
-
Mac OS X
Description
When a Mac GUI application has LSUIElement in its Info.plist set to 1, it is nevertheless activated and brought into foreground of all other applications.
The code in qcocointegration does two things:
- call qt_mac_transformProccessToForegroundApplication. This correctly only transforms to foreground application if LSUIElement is not != 0
- call [cocoaApplication activateIgnoringOtherApps : YES]. This is done unconditionally, but it should only be done if the application actually wants to be a foreground application, similar to the qt_mac_transform...... call above
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-9418 Switching to design mode (qt quick) disables the Qt Creator window
-
- Closed
-