Closed Bug 2244 Opened 26 years ago Closed 25 years ago

Script 'src=' loading blocks firing of onload event

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
All
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: joki, Assigned: vidur)

Details

Test case

<html>
 <script src=2220.js>
 function foo() {
  dump("hi mom\n");
 }
 </script>
 <body id=body onload='foo();'>
  hello
 </body>
</html>
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 3847
QA contact re-assigned according to the product areas we're currently working
on.
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Moving to M6 since I'm out of town for M5.
Target Milestone: M5 → M6
Target Milestone: M6 → M7
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I believe the reworking of when onloads get fired fixed this bug. Note that to
get the test to work the script content inside the <script> element above should
be in a separate file. I also tried doing this through a slow proxy (required a
temporary code change, unfortunately) and it worked correctly.
Status: RESOLVED → VERIFIED
Fixed in the latest version of Viewer (6/17).
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.