On Fri, Dec 10, 2010 at 1:14 PM, Dennis Joachimsthaler <den...@efjot.de> wrote:
>
> Maybe we can disallow the "visibilitychange" event to produce any dialogs
> or anything else that could give focus?

window.onvisibilitychange = function(e) {
  setTimeout(function() {
    alert("Worked around!");
  }, 0);
};

Or would browsers be able to track that the code was initially
triggered from visibilitychange? (including when programmatically
creating and dispatching another DOM events, instead of or in addition
to the setTimeout?)

-- 
Thomas Broyer
/tɔ.ma.bʁwa.je/

Reply via email to