Closed
Bug 2270
Opened 26 years ago
Closed 26 years ago
Script tag causes parsing problems
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: vidur)
References
()
Details
The page www.theage.com.au does not display. I think I have isolated the bug
with the following simple test case:
<html>
<head>
</head>
<body>
<table BORDER=2 CELLSPACING=2 CELLPADDING=2>
<tr><td>
<SCRIPT SRC="http://ads.fairfax.com.au/">
</SCRIPT>
A
</td></tr>
<tr><td>B</td></tr>
</table>
</body>
</html>
Vidur -- can you take quick look at this? I've confirmed that the parser blocks
on the script, and is reenabled correctly (although our new approach is not yet
working; it's also not a factor here). I've also verified that the content model
is well formed, and I believe all the right notifications occur.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Fixed this last week. Related to the FlushTags() call in nsHTMLContentSink
leaving content in an intermediate state. There still seem to be some layout
differences from Nav4.x in the spacing in left column...but that's a different
bug for a different person.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•