-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.2
-
None
-
Windows 7
1. Create a QMainWindow and embed a QQuickView in it using QWidget::createWindowContainer()
2. Setup a QML Button within the QQuickView. Set a menu for this button
3. Anchor the QMainWindow on the right side of the desktop (using SHAppBarMessage(ABM_NEW) )
4. Trigger the popup menu. Notice that the menu is displayed outside the app's window
Expected: the menu is displayed under its corresponding Button
(see the attached picture which illustrates this issue)