I have this strangest problem and I can't debug it.
I am writing a heavy JavaScript application, which spawns a popup when user uploads a file. The actual file transfer happens in the popup, which is set to be the FORM submit target.
Works in all browsers, there are no javascript errors. However, in Google's Chrome browser, when form is submitted, my entire network card device (inside my PC) gets blocked - as in - no connetion with outside world . The only way of fixing it is to Disable the hardware device, then enable it back.
I've seen Chrome acting like this at other times. It is impossible to debug this, as there are no errors, internet just stops working. Please don't tell me it's a driver issue :) It's most likely some JavaScript code that triggers something in Chrome to go beserk.
Does anyone know what gives? I am on chrome v. 3.0.195.27