-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
1f9d7d2da (dev), 78686bde0 (6.8)
The following test fails in tst_action.qml:
1: FAIL! : tst_controls::Universal::Action::test_shared() Compared values are not the same 1: Actual (): Button_QMLTYPE_30(0x60b2f0cffee0, "button") 1: Expected (): MenuItem_QMLTYPE_25(0x60b2f0a0fba0, "menuItem") 1: Loc: [/home/edc/dev/qt/src/dev/qtdeclarative/tests/auto/quickcontrols/controls/data/tst_action.qml(102)]
It looks like the onTriggered callback does not provide the correct source object. Interestingly, on the second time the action is called, the source object is correct.