Summary
Since the “do not close on button pressed” setting in the pop up dialog device currently doesn’t work properly with custom UI, the common work around is to just re show the same pop up on one of its buttons being pressed. Since this update, this no longer works through verse (unless you add a 0.1 second delay).
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Devices
Steps to Reproduce
- set up verse code having a pop up dialog device that shows the pop up dialog on one of the inputs being pressed. Also have a button device that initially shows the pop up.
- Place down the verse device and then place down a popup dialog device with at least one button with the same input called in the code.
- Add the popup dialog device to the coding device and then launch session.
- Click the button device and when it shows the popup, click the popup button that should re show the pop up.
Expected Result
As called upon in the code, the pop up should re show when you press the pop up button.
Observed Result
The popup doesn’t re show when you press the pop up button.
Platform(s)
Windows PC
Additional Notes
It may only be an issue with custom popup UI since that is what we are using, but most likely it is just a general issue with the device.