On prometheus - we have buttons that swap out user controls (loading and unloading). We are using an ajax manager in the page and then AjaxifyingSelf in the user controls code behind. This works great in firefox.
The weird thing is on ie 7 - the browser hangs until i move the mouse and then it is almost instant ajax return. Very very weird. I cannot believe it myself. Anyone seen this? Anyone have any ideas on how to address? I don't have any onblur handlers or anything of the sort. simple button, simple panel, simple radajaxmanager, simple controls.add(XXX) and controls.clear()...