[Webkit-unassigned] [Bug 28328] javascript execution sequence.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 03:51:31 PDT 2009


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





--- Comment #4 from Derk-Jan Hartman <hartman at videolan.org>  2009-08-15 03:51:28 PDT ---
(In reply to comment #3)
> Here's a testcase -- firefox executes all the created script tags in the order
> that they are attached to the document --
> http://nerget.com/bugs/bug28328/index.html

This isn't even THAT much of a problem, this would be acceptable in many cases.
HOWEVER, if inclusion of script #2 is conditional upon the execution path of
script #1, then you still see this "arbitrary" execution order. The execution
of script #2 is started before the DOM work of script #1 is available to script
#2, even though the addition of script #2 is a DOM change in itself.

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