Issue 3025: Javascript fails to run during page load
http://code.google.com/p/chromium/issues/detail?id=3025

New issue report by [EMAIL PROTECTED]:
Product Version      : 0.2.149.30
URLs (if applicable) : http://developers.cogentrts.com:8080/DH_ajax_1.asp
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: Untested
     Firefox 3: OK
          IE 7: OK
          IE 6: OK
         Opera: OK


What steps will reproduce the problem?
1. Go to this page: http://developers.cogentrts.com:8080/DH_ajax_1.asp
2. You should see data changing in the table twice per second
3. In Google Chrome, no data is visible in the table.

What is the expected result?
This page uses AJAX "streaming", where an invisible iframe reads a URL that
is served by a server-side app.  The server holds the page open
indefinitely, with new javascript <script></script> tags being added up to
10 times per second.  Each time the iframe gets a new script tag it should
be executed, causing the table data to update.

What happens instead?
The javascript in the iframe does not execute as it is loaded, but instead
begins executing only after the page in the iframe has completely loaded
and the connection to the server is closed.  Since this page is designed to
remain open, the javascript never executes.

Please provide any additional information below. Attach a screenshot if
possible.




Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to