Community
Participate
Working Groups
This happens in only in about 1 in 5 reloads: The background is shown, but the application shell only appears when the mouse is moved into the document. All browser are affected.
It's probably a side-effect of fixing Bug 332900: If the server is very fast, the response to the first request is evaluated befor the document is fully loaded. The widget-flush is then not executed due to: if( !org.eclipse.rwt.System.getInstance().getUiReady() ) { return; }
Fixed in CVS HEAD by moving the flush after setUiReady in System.js#_preloaderDone. Since i could not reproduce this issue on my own system to begin with, i will wait for confirmation before i close this bug.
Thanks for the fix, Tim. I cannot reproduce the problem anymore.