Hi guys,
We stumbled on the usual friday afternoon bug...
We have a .net 2.0 winform app that uses the WebBrowser control (deployed on xp tablet edition, with latest IE 7). At some point in a page, we are hidding a div and setting a textbox value using some javascript. At that point, the operation is working (text appears in the textbox), but the complete window is now frozen. Minimizing/maximizing the window does not respond, etc: it appears that windows messages are not being processed anymore.
If I click anywhere outside of this window (taskbar, another open window), the previously frozen window is now working properly. I redo the same operation, locking occurs again. This is systematic and can be reproduced on this perticular machine anytime.
We cannot reproduce it internally using a variety of machines.
On the same machine, if i navigate to the same page and perform the same operation directly with IE 7, everything is working fine... very frustrating.
Any idea on what could cause this behavior ? what to check for ? Apparently no javascript error is thrown by the page.
thanks for any ideas or pointers