Closed
Bug 2325
Opened 26 years ago
Closed 26 years ago
Page reports Javascript not enabled
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: michael.j.lowe, Assigned: rickg)
References
()
Details
"Your browser reports that JavaScript is not enabled.
This Web site requires that both JavaScript and Java be
enabled"
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.
Updated•26 years ago
|
Assignee: vidur → kipp
Target Milestone: M4 → M5
Comment 5•26 years ago
|
||
Looks like they've changed the site quite a bit. Right now, I hit an assertion
in layout code in nsBlockFrame::DoRemoveFrame() (probably since I don't have the
Java plugin installed and the APPLET). Kipp, if we can get past this error and
there are still JavaScript problems, feel free to assign it back to me.
Here is what I see currently. The document loads in and a dump content shows
nothing but a bunch of meta tags. However, the frameset in the page never loads,
nor does the parser enable layout so all we end up with is an empty page...
There is still one bug in the parser (it's moving the <NOSCRIPT> out of the
head. But the crash is gone. Back to you.
Assignee | ||
Comment 10•26 years ago
|
||
Corrected by changes to parsing engine.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 11•26 years ago
|
||
Original bug is still not fixed
Reporter | ||
Updated•26 years ago
|
Assignee: rickg → vidur
Status: REOPENED → NEW
Updated•26 years ago
|
Assignee: vidur → rickg
Comment 12•26 years ago
|
||
Damn, this bug has been around, hasn't it? Well, keeping with the trend...
The problem is that we're parsing and dealing with the contents of the NOSCRIPT
element. My impressions was that the parser stripped this out.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 13•26 years ago
|
||
OK, the NOSCRIPT problem has been fixed and I'm going to close this bug. There
are layout problems on the resulting page and I'll give them to Chris Karnaze.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•26 years ago
|
||
Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•