Closed Bug 61181 Opened 24 years ago Closed 24 years ago

m18: <noscript> parsing is not compatible with Navigator

Categories

(Core :: DOM: HTML Parser, defect, P3)

All
NetBSD
defect

Tracking

()

RESOLVED DUPLICATE of bug 56501

People

(Reporter: root, Assigned: harishd)

References

()

Details

Attachments

(2 files)

Many pages on eBay contain code of the form:

<noscript>
<table ...>
....
</noscript>
...
</table>

For example, as of right now, the entire front page of eBay, except for the
eBay logo and the 4-item quick navigation bar at the top, is inside such a
table.  With JavaScript enabled, the <table> tag is not parsed, and Mozilla
throws out the rest of the table (and thus the rest of the page).  Navigator
4.75 does not appear to do this; it displays the page as I expect.

I note that using the TestOutput program from htmlparser/tests, that the HTML
parser internally moves the </noscript> after the end of the table.

I've tested this on NetBSD/macppc, NetBSD/i386 and NetBSD/sparc, so it's at
least not CPU-specific.  Note: YOU MUST HAVE JAVASCRIPT ENABLED FOR THE
PROBLEM TO OCCUR.

If someone will tell me HOW, I will submit a screenshot and an example of the
actual HTML causing the problem.
Hardware: Macintosh → All
Also happens on Linux/x86.
Worksforme, build 2000-11-24-04-trunk on Windows 98 SE. Reporter, could you try
with a newer build, lots of stuff have been fixed since M18.
The patch for PR 56501 fixes this.


*** This bug has been marked as a duplicate of 56501 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
updated qa contact.
QA Contact: janc → bsharma
QA Contact: bsharma → moied
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: