gwt /
gwt /
2a50ad07d9e8bacf5268f605f934f402607a3c73 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/trunk@1482 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed