** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Christian Dywan (kalikiana)
** Summary changed:
- Regression: popupUtils.open() won't work with "null" caller
+ popupUtils.open() won't work inside Window with "null" caller
--
You received this bug notification because
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617745
T
** Attachment added: "dialog.qml"
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1617745/+attachment/4729864/+files/dialog.qml
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/161774
Attaching a test case. Run
qmlscene --desktop_file_hint=/usr/share/applications/dialer-
app.desktop ./page.qml
and click on the "+" header action: the dialog won't open.
However, if you replace "null" with "page0" in page.qml, then the dialog
will appear.
** Attachment added: "page.qml"
h
Dialog.caller is deprecated - if you use PopupUtils.open with a Dialog
you will see that warning, as documented in the docs for the Dialog
component, and it won't do anything. The same isn't true for Popover.
A test case to demonstrate what "doesn't work" would be needed, it's not
obvious from the
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617745
Title:
Regression: popupUtils.open() won't work wit