Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.0 Beta 1, 5.12.0 Beta 2, 5.12.0 Beta 3, 5.12.0 Beta 4
-
None
-
7250a5c2f9dbb61e2c8289f1bf28db2300ce43ad (qt/qtquickcontrols/5.12.0)
Description
This minimal example fails to show the menu when trying to open it more than once.
import QtQuick 2.0 import QtQuick.Controls 1.5 ToolButton { text: "Menu" menu: Menu { MenuItem { text: "item" } } }
This appears in the console:
file:///usr/lib64/qt5/qml/QtQuick/Controls/Private/MenuContentItem.qml:239: TypeError: Cannot read property 'submenuPopupDelay' of null
Attachments
Issue Links
- is duplicated by
-
QTBUG-72004 [REG Qt 5.11.2 -> Qt 5.12.0-beta4] Popup menus in Properties view can be shown only once
- Closed
-
QTBUG-72380 [REG]Â MapViewer fails to add more than 1 marker
- Closed
- resulted in
-
QTBUG-72490 QtQuickControls 1.4 ComboBox does not work on 5.12
- Open