| Summary: | [Client] Application sometimes starts with blank screen | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
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. |