[Webkit-unassigned] [Bug 26496] iframe isn't loaded until xmlhttprequest in parent completes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 13:05:08 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26496
------- Comment #5 from gmajian at gmail.com 2009-07-02 13:05 PDT -------
simple repro steps:
1. visit http://www.ieasy.org/webkit26496/
2. click the first button to launch XHR stream request (which lasts for 40s)
3. click the second button to load iframe (which contains 200 JS files to load)
4. see the content of the iframe
expected result:
the content of the iframe should be rendered gradually as "0~199"
actual result:
in Safari 4, the rendering stops at "2" or "3", after 40 seconds, it resumes to
complete to 199.
Only repro on Safari 4.
Safari 3, IE, Firefox has no problem
--
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