Synchronous Ajax - does Chrome have a timeout on trusted events?
Situation We have a situation, where we need to onclick-open a new tab in browsers after performing an XHR / Ajax request . We do this by setting the Ajax request to be performed synchronously to keep the context of the trusted click event and this works fine. Problem However, in the latest Chrome version (36), we experience popup warnings when the Ajax call has some lag... A lag of 2 seconds is enough for Chrome to display a popup warning instead of opening the tab like it is supposed to. The code itself is working, I can click that button multiple times and it works all the time until the