** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui- toolkit/quickWindowRootItem
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1617745 Title: popupUtils.open() won't work inside Window with "null" caller Status in Canonical System Image: New Status in ubuntu-ui-toolkit package in Ubuntu: Confirmed Bug description: I think I found a regression with popupUtils.open() in rc-proposed (r512 on mako): I have some code which is invoking a dialog in this way: PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, { ... params... }) This now doesn't work, but it works on OTA-12. This can cause serious regression in third party applications, if dialogs stop appearing. Furthermore, if I replace "null" with a valid item, things work again but I get a warning on the console: qml: 'caller' is DEPRECATED. It has no effect. Which seems wrong, given that in the current stable documentation there is absolutely no mention of the caller property being deprecated. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp