I have a modal dialog with an OK button on it which Action is set to 'Return from Dialog'.
When clicking on the button the dialog is expected to close immediately but it doesn't.
In fact it seems the dialog waits until the next dialog in the sequence is shown.
In my particular case I have some script that needs to be executed between the dialogs so it cannot be shown immediately.
The correct behaviour would be to close the modal dialog, and show the next dialog after a few seconds when the intermediate code has finished executing.
The result is frustrating customers which frenetically clicks on the button believing the installer has hanged.
I've tried to set the dialog Action to 'Go to Next Dialog' but it behaves the same..
Running IA 2012.
