Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Detecting Modal Window popups

    Hi,
    We are trying to stop a timer when a modal window popus up and restart it when the modal window is closed.
    Is there any generic way of detecting if a modal window has opened or closed.
    Thanks
    Sajith

    #2
    Not easily, why not make one of the timer's checks to see if Window.isVisible(), if so then kill the timer.

    Comment

    Working...
    X