Closed
Bug 62786
Opened 25 years ago
Closed 24 years ago
thetimes.co.uk - Pull down menus don't display
Categories
(Tech Evangelism Graveyard :: English Other, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bjrosen, Assigned: tristan)
References
()
Details
(Whiteboard: [contact][eurocontest])
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.14-win4lin i686)
BuildID:
There are a set of pull down menus just below "The Times" banner that
display in Netscape 4.75 but not in any Mozilla based brouser. I've tried
Mozilla, Netscape 6, Galeon, and Nautilus. Clearly the Mozilla
rendering engine is missing something.
Reproducible: Always
Steps to Reproduce:
1.Goto http://www.thetimes.co.uk in Mozilla
2.Goto http://www.thetimes.co.uk in Netscape 4.75
3.Compare
Actual Results: Netscape 4.75 displays the menus, Mozilla and it's kin do not.
Comment 1•25 years ago
|
||
The site uses document.all and document.layers which are not and will never be
supported by Mozilla. Could you please contact the webmaster to tell them their
site is not standards compliant?
Thank you
Fabian
(reassigning, confirming and stuff)
Assignee: asa → evangelism
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
OS: Linux → All
QA Contact: doronr → zach
Comment 2•25 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•24 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 5•24 years ago
|
||
I have a fix for their dhtml
Comment 7•24 years ago
|
||
Moving to new component "West Europe". European component is being removed.
See bug 95808 for details.
Component: European → West Europe
QA Contact: momoi → caillon
Summary: Pull down menus don't display → thetimes.co.uk - Pull down menus don't display
Comment 8•24 years ago
|
||
They changes their layout. dhtml menus are gone, but:
if (document.all)
{
n=0;
ie=1;
fShow="visible";
fHide="hidden";
styleClass="clsMenuItemIE";
}
else if (document.layers)
{
n=1;
ie=0;
fShow="show";
fHide="hide";
styleClass="clsMenuItemNS";
However, css seems to work.
Comment 9•24 years ago
|
||
that code is nowhere used, so no problem.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Verified
2002042803/WinXP
Status: RESOLVED → VERIFIED
Whiteboard: [contact] → [contact][eurocontest]
Comment 11•24 years ago
|
||
The QA Contact for Europe: West has changed to
brantgurganus2001@cherokeescouting.org. If there is a reason for you to stay as
the QA Contact, feel free to change back.
QA Contact: caillon → brantgurganus2001
Updated•11 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
•