Merge r1482 from trunk into the 1.4 release branch.  Original log:

Fix for 'operation aborted' startup error on IE in complex HTML pages. From
knorton: "The 10second summary is that on pages where IE ends up doing an
incremental render, the timing is such that the startup script modifies the DOM
too early and IE does what it was designed to do; it craps out. I've simply
moved the injection of the code iframe after the body's readyState is complete.
This makes the startup marginally slower in theory, but in practice I think
it's the same. After all, it appears that most pages weren't even loading the
compiled script until after the body is ready (since most pages weren't getting
errors)."

Issue: 1578
Patch by: knorton
Review by: jgw, jason.essington



git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.4@1492 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed