id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
4633,globalEval execution is delayed in Firefox if another script is executing,krogot,krogot,"<script>
$.get('url', {}, function(contents) {
  $.globalEval(contents);
  // call of a function declared in ""contents"" fails in FF
});
</script>
<script>
document.write(""<script src=\""delay.php?r=""+Math.random()+""\""></""+""script>"");
</script>

In IE/Safari/Chrome it works, in FF2/3 it fails. Looks like firefox schedules the <script> tag created by globalEval to be executed after ""delay.php"" finishes, so any code right after globalEval() does not work.",bug,closed,minor,1.4,core,1.3.2,invalid,,,,
