Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
5.15.2, 6.2.2
Description
Shortcut at MenuItem(Qt.labs.platform) continues to be triggered when the enabled field is set to false
import Qt.labs.platform 1.1 as Labs Labs.Menu { id: editMenu Labs.MenuItem { id: copyAction shortcut: StandardKey.Copy enabled: false onTriggered: console.log("onTriggered") } }
An example with a bug reproduction was attached
Attachments
Issue Links
- duplicates
-
QTBUG-89567 [REG 5.15.0 -> 5.15.1] Qt.labs.platform.MenuItem is triggering shortcut even in disabled state
-
- Closed
-