I have a couple of scripts set up on OIS100I to validate user inputs by subscribing on the "Requesting" event.
I've discovered if a user just mashes the enter button from OIS100A, they can pass straight through OIS100I and into OIS101 without ever encountering my validation scripts.
I think whats happening is: On panel init, the next button is available immediately and so the user can proceed before the scripts have loaded and subscribed to the requesting event.
Has anyone encountered an issue like this? Is there a solution for it?