This is the second time I loose more than a day searching why Internet Explorer choked on my GWT application.
Finally, I replaced my whole GWT code with the latest working version, but still without result. The only difference between the working version and the broken one was the CSS file. After a boring process of commenting and uncommenting CSS lines, I found that the guilty part was this:
#content{
border: 1px solid #3F8FB6;
}
I still don’t get it…