Lines Matching refs:popup
4 Subject: [PATCH] Revert "Get the scale of the popup item when setting the
33 - // does not influence the top left of the final popup, so it doesn't appear to flip from one
85 compare(control.popup.visible, true)
86 verify(control.popup.contentItem.y < control.y)
91 - if (control.popup.enter !== null) {
95 - tryCompare(control.popup, "visible", false)
96 - control.y = control.Window.height - (control.popup.contentItem.height * 0.99)
97 - var popupYSpy = createTemporaryObject(signalSpy, testCase, {target: control.popup, sig…
101 - compare(control.popup.visible, false)
104 - compare(control.popup.visible, true)
105 - tryCompare(control.popup.enter, "running", false)
106 - verify(control.popup.contentItem.y < control.y)