[Webkit-unassigned] [Bug 19842] New: Intermediate pages are not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 1 06:00:56 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19842

           Summary: Intermediate pages are not rendered
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dnelubin at gmail.com


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).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list