I am experiencing this issue with IE7 but not in Chrome or firefox:
I have several page elements that are loaded via ajax. This elements are dynamically displayed on the page as hyperlinks to another page. As I have many such elements loading, I can sometimes see the progress of the page load (i.e. I can see the elements getting populated one by one).
The problem is: in IE when I try to click on the hyperlink of one of the dynamically loaded elements before all the ajax requests have completed, the page transfer seems to just halt until all the elements have loaded (and then executes once all the loading is done). In other browsers, however, clicking on one of the links while the page is still loading immediately executes the hyperlink (which is the desired behavior).
Has anyone seen this before? How could I get IE to respond immediately to the link clicks?