Hi,
Got really strange Firefox issue. Using the Microsoft __doPostBack javascript function in web forms page. Used for tab control, we have got each tab click calling the __doPostBack function.
Works ok on my dev machine with all browsers but got a colleague who has an issue if he leaves the page idle for circa 3 -4 minutes. After this delay if he selects a new tab which calls the __doPostBack function the call to theForm.submit(); just hangs and get requested timeout.
No .net calls are seen in Firebug.
The __doPostBack event is called just theForm.submit() function just doesn't execute.
If he does not have this idle time works ok.
It is also ok for him on all other browsers.
Confused any ideas??
Cheers