Page 1 of 1

Event Trigger Issues

Posted: February 25th, 2022, 12:00 am
by JefferyD
Working with custom events, I've found a few situations with unexpected behavior.
  1. Event trigger parameters are not retained when after saving making changes impossible without recreating it.
    New Event Trigger.png
    New Event Trigger.png (33.12 KiB) Viewed 635 times
    New Event Trigger.png
    New Event Trigger.png (33.12 KiB) Viewed 635 times
    Existing Event Trigger.png
    Existing Event Trigger.png (30.09 KiB) Viewed 635 times
    Existing Event Trigger.png
    Existing Event Trigger.png (30.09 KiB) Viewed 635 times
  2. Deleting an event trigger in one control event seems to remove it from all control events.
    Deleted Event Trigger.png
    Deleted Event Trigger.png (19.89 KiB) Viewed 635 times
    Deleted Event Trigger.png
    Deleted Event Trigger.png (19.89 KiB) Viewed 635 times
  3. UserDialog service in a controller before an event tries to resume from the wrong controller.
    • Current: Purple and red arrows in the order of the red numbers
    • Expected: Purple and blue arrows in the order of the black numbers
    UserDialog Error.PNG
    UserDialog Error.PNG (44.06 KiB) Viewed 635 times
    UserDialog Error.PNG
    UserDialog Error.PNG (44.06 KiB) Viewed 635 times

Re: Event Trigger Issues

Posted: April 25th, 2023, 11:11 am
by JustinVanRegenmorter
Task 10417 has been created to address this issue.