It looks like this could be a regression in the UITK. The following
standalone example doesn’t work as expected (the popover is only a few
pixels tall, no action is visible):
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.Popups 1.3
MouseArea {
id: root
width: units.gu(50)
height: units.gu(50)
Component {
id: menuFactory
ActionSelectionPopover {
actions: ActionList {
Action {
text: "foo"
}
Action {
text: "bar"
}
}
}
}
onClicked: PopupUtils.open(menuFactory, root)
}
** Also affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- 9 unit test failures in tst_QmlTests
+ 9 unit test failures in tst_QmlTests / context menus no longer displayed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623841
Title:
9 unit test failures in tst_QmlTests / context menus no longer
displayed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1623841/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs