[Webkit-unassigned] [Bug 61473] REGRESSION (r67163): twitter.com doesn't load properly the first time
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 25 15:22:35 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61473
--- Comment #3 from Andy Estes <aestes at apple.com> 2011-05-25 15:22:35 PST ---
There is a JavaScript function in the main document called initAPI() that calls twttr.anywhere.api.initialize().
twttr.anywhere.api is defined in an external resource that is included earlier in the main document using:
<script type="text/javascript" async="" src="https://si1.twimg.com/a/1306171173/javascripts/api.bundle.js"></script>
Since the script tag has the async attribute, it can load after initAPI() executes. Sounds like a race condition.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list