Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
c886facd990acf207f3164662601222babc8dde2
Description
Doesn't happen in 5.7.
Seems to only apply to styles that have hover effects; doesn't happen with the default style.
import QtQuick 2.6 import QtQuick.Controls 2.0 ApplicationWindow { visible: true width: 400 height: 280 MouseArea { anchors.fill: parent onClicked: menu.open() } Menu { id: menu MenuItem { text: "Test" } MenuItem { text: "Test" } MenuItem { text: "Test" } } }
Attachments
Issue Links
- relates to
-
QTBUG-56553 ItemDelegate 'hovered' property works wrong in ComboBox.
- Closed