Closed
Bug 1576
Opened 26 years ago
Closed 26 years ago
Default Home Page not loading on xpviewer/win95 11/23a
Categories
(Core :: Layout, defect, P1)
Tracking
()
People
(Reporter: paulmac, Assigned: rpotts)
References
()
Details
It looks like we are now doing a javascript redirect to
http://developer.netscape.com/openstudio/tech/index_frame.html?content=/software
/communicator/ngl/ when you first launch xpviewer. This page is not laying out
at all running 11/23a xpviewer on win95. The redirect appears to be working. (If
I go directly to this page it still doesn't layout).
Really can't tell what's going on but my guess is a frames problem.
Marking stop ship.
Summary: ss: Default Home Page not loading on xpviewer/win95 11/23a → Default Home Page not loading on xpviewer/win95 11/23a
Comment 3•26 years ago
|
||
So this is a two part JavaScript issue.
One, we hadn't implemented document.URL. When we hit non-implemented functions
scripts generally stop, as this one did. So I fixed that.
Two, and this ones the problem. The document, when the script actually gets to
run, has a 'with' statement. As noted in bug 1223, 'with' statements crash the
viewer. And this one does, too. So we can either get the developer site html
changed or get the JS guys to fix their bug.
Anyway, this bug is now fixed except for the 'with' statement part of it so I'm
duping it.
*** This bug has been marked as a duplicate of 1223 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•