- From: Jakub Łopuszański <qbolec@gmail.com>
- Date: Mon, 8 Oct 2012 17:44:10 +0200
- To: "Hallvord R. M. Steen" <hallvord@opera.com>
- Cc: Glenn Maynard <glenn@zewt.org>, public-webapps@w3.org
Received on Monday, 8 October 2012 15:44:42 UTC
Now I am puzzled: http://jsfiddle.net/44b3P/5/ in Chrome, alerts seems to be blocking, and thus I get msg box with "1", then 3 times a msg box with "got it". in IE and Firefox though, I get simultanously a msg box with "1", and the one with "got it". I think my current example is more obscure than the one with "debugger", as "alert" seems to be nonblocking in some current browsers. 2012/10/8 Hallvord R. M. Steen <hallvord@opera.com> > Jakub Łopuszański <qbolec@gmail.com> skreiv Mon, 08 Oct 2012 17:32:47 > +0200 > > > Replacing the delay with an alert() dialog, and pointing the fetch at a >>> 1MB file, I can't reproduce this. >>> >> > Inspired by you, I reproduced the bug by simply changing "debugger" to >> "alert(1)", but without changing where the url points to, so it still >> points to something that returns immediately. >> > > Is this cross-browser or only in Chrome? > > > > -- > Hallvord R. M. Steen > Core tester, Opera Software >
Received on Monday, 8 October 2012 15:44:42 UTC