window onBlur event firing while window is still focused

Is it by design that window.onBlur fires if an element within the window gains focus after the window has focus A System.Gadget.attachEvent method would be a good idea, if that's the case.

Andy




Answer this question

window onBlur event firing while window is still focused

  • Salman Maredia

    Most of the system wide events fire that way. onmouseout is another that suffers the same problem.

  • window onBlur event firing while window is still focused