| Summary: | Splash / progress page does not complete / go away | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Client | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | 12.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Michael Rennie
I cannot reproduce this. Is there any exception in the console? Does any request in the Network tab fails? Do you get an exception if you check "Pause on exception" in the debugger? (In reply to Silenio Quarti from comment #1) > I cannot reproduce this. Is there any exception in the console? Does any > request in the Network tab fails? Do you get an exception if you check > "Pause on exception" in the debugger? There is nothing in the log, and no uncaught exceptions are thrown. I can try to catch it with the debugger the next time it happens. I was able to reproduce this once. It seems that the page finishes loading properly, but the splash screen is not taken down. This could happen if the splash code is loaded after the page code has been loaded (very unlikely, but possible). I changed the code to load first the splash screen module and then the page. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c6e2160fc48be601d4f52fb37a5aa9ac8b3bf159 Let me know if you still can reproduce it after these changes. (In reply to Silenio Quarti from comment #3) > I was able to reproduce this once. It seems that the page finishes loading > properly, but the splash screen is not taken down. This could happen if the > splash code is loaded after the page code has been loaded (very unlikely, > but possible). I changed the code to load first the splash screen module > and then the page. > > http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/ > ?id=c6e2160fc48be601d4f52fb37a5aa9ac8b3bf159 > > Let me know if you still can reproduce it after these changes. I have not seen it happen at all today (with the fix in). I'll close this fixed and reopen if I see it again. |