Closed
Bug 2244
Opened 26 years ago
Closed 26 years ago
Script 'src=' loading blocks firing of onload event
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
M7
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>
Comment 2•26 years ago
|
||
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 re-assigned according to the product areas we're currently working
on.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Assignee | ||
Comment 4•26 years ago
|
||
Moving to M6 since I'm out of town for M5.
Target Milestone: M5 → M6
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
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.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in the latest version of Viewer (6/17).
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•