Closed
Bug 150694
Opened 23 years ago
Closed 22 years ago
kpmg.com - page rendered mostly blank
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
People
(Reporter: superbiskit, Assigned: doronr)
References
()
Details
(Whiteboard: [LAYERS][PROPRIETARY-HTML][PROPRIETARY-JS][havecontact])
Browsed the cited link from my bookmarks. Originally, the page was quite rich.
On this build (2002-06-07-04) much of it doesn't render.
Reporter | ||
Comment 1•23 years ago
|
||
And, once again, the Evil Empire Browser renders it just fine. :-(
Updated•23 years ago
|
QA Contact: petersen → moied
Comment 2•23 years ago
|
||
The server returns different HTML (and references different .js files) depending
on whether it thinks it's talking to Internet Explorer or Netscape. The
Netscape version of the page makes extensive use of layers in both the HTML and
the JavaScript, which probably explains why it's busted in Mozilla...
Comment 3•23 years ago
|
||
Error: document.layers has no properties
Source File: http://www.us.kpmg.com/scriptlib/ns.js
Line: 183
not mozilla's fault -> TE
Assignee: attinasi → doron
Component: Layout → US General
Product: Browser → Tech Evangelism
QA Contact: moied → zach
Version: other → unspecified
Comment 4•23 years ago
|
||
This site uses layers:
<layer id="bodyLay" onMouseOver="resetSubnav()" top="110" left="0" z-index="1"
visibility="hide">.
Site also seems to use bad browser sniffing:
function checkFlash() {
FlashOff = 1;
if (navigator.appName == "Netscape" && navigator.plugins) {
numPlugins = navigator.plugins.length;
if (numPlugins > 0)
{
for (i = 0; i < numPlugins; i++)
{
plugin = navigator.plugins[i];
if (plugin.description.indexOf("Flash 4") != -1) {
numTypes = plugin.length;
for (j = 0; j < numTypes; j++)
{
mimetype = plugin[j];
if (mimetype)
{
if (mimetype.enabledPlugin &&
(mimetype.suffixes.indexOf("swf") != -1))
FlashOff = 0;
// Mac wierdness
if (navigator.mimeTypes["application/x-shockwave-flash"]
== null)
FlashOff = 1;
}
}
}
}
}
}
return FlashOff;
}
Also, the site uses proprietary JavaScript:
Error: document.layers has no properties
Source File: http://www.us.kpmg.com/scriptlib/ns.js
Line: 183
Contact: On main page, select contact us.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Summary: Page incompletely rendered → kpmg.com - page rendered mostly blank
Whiteboard: [LAYERS][PROPRIETARY-HTML][PROPRIETARY-JS][have contact]
Updated•23 years ago
|
Whiteboard: [LAYERS][PROPRIETARY-HTML][PROPRIETARY-JS][have contact] → [LAYERS][PROPRIETARY-HTML][PROPRIETARY-JS][havecontact]
Comment 5•23 years ago
|
||
I believe this is a duplicate of bug 83846. (I'll be making further
comments there.)
Reporter | ||
Comment 6•23 years ago
|
||
As Reporter, I concur this is a dup of
<http://bugzilla.mozilla.org/show_bug.cgi?id=83846>
But some of the commentary here is worth keeping!
*** This bug has been marked as a duplicate of 83846 ***
Severity: normal → major
Status: NEW → RESOLVED
Closed: 22 years ago
Hardware: PC → All
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•