Closed Bug 20624 Opened 25 years ago Closed 25 years ago

META REFRESH inside NOSCRIPT is used

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 19598

People

(Reporter: buster, Assigned: rickg)

References

()

Details

1) load my.netscape.com
2) click the logon link in the upper left corner ("I have already customized my
page. Find it!")
3) the logon page loads momentarily, then is replaced with a page that claims
javascript is not enabled.
Assignee: leger → rickg
Component: Browser-General → Parser
Summary: javascript not enabled error → META REFRESH inside NOSCRIPT is used
The relevant code is:

<NOSCRIPT>
<META HTTP-EQUIV="Refresh"
CONTENT="0;URL=/iiop/UReg2/reg/browser_js_disable?U2_CS=ISO_8859-1:1987&U2_LA=en">
</NOSCRIPT>

The basic problem here is that a META element between NOSCRIPT tags is being
used.

Retitling bug, changing component to Parser, and reassigning as an initial
guess.  I don't know at what level NOSCRIPT is handled...
Status: NEW → ASSIGNED
Target Milestone: M13
Ok -- I've found the problem. If the <noscript> occurs in the head, we need to
move it (and all its children) to the body. The parser is currently only moving
the <noscript> and leaving it's children to be processed normally. Since this is
not a PDT+ bug, I'm going to delay fixing it until my PDT+ bugs are gone.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 19598 ***
Status: RESOLVED → VERIFIED
Yes.  Marking Verified as a dup.
You need to log in before you can comment on or make changes to this bug.