UNCONFIRMED 19842
Intermediate pages are not rendered
https://bugs.webkit.org/show_bug.cgi?id=19842
Summary Intermediate pages are not rendered
Denis Nelubin
Reported 2008-07-01 06:00:56 PDT
The page is not rendered until the browser window is repainted (by minimizing and restoring, for example), when the page loads another page in onLoad event handler by changing document.location. See next attachment with test case. Index page loads page 2. Page 2 loads the JSP page which will response after a 20 sec delay. Actual results: Page 2 and Index page are not rendered. It's possible to see page 2 content only if you minimize and restores the Safari window while the JSP page is loading. JSP page is rendered normally. Expected results: It's possible to see Index page (for a moment) and Page 2 (while JSP page is loading).
Attachments
test case (1.00 KB, application/octet-stream)
2008-07-01 06:02 PDT, Denis Nelubin
no flags
Denis Nelubin
Comment 1 2008-07-01 06:02:21 PDT
Created attachment 22027 [details] test case Test case for the bug description.
Note You need to log in before you can comment on or make changes to this bug.