I have a modal dialog that is called from the parent window 30 seconds after starting.
The modal window automatically closes 10 seconds after it starts.
The problem is that the parent window tab is inactive, the modal window starts, but it does not seem to register, which is why the timer on the modal does not start and never closes.
As soon as I click on the flashing inactive tab, the timer goes off and the modal window then expires after 10 seconds.
I have to use a modal user window, since one of my requirements is to notify the user about downtime when the browser session is idle.
Can anyone help?
source share