Closed Bug 62786 Opened 24 years ago Closed 22 years ago

thetimes.co.uk - Pull down menus don't display

Categories

(Tech Evangelism Graveyard :: English Other, defect, P3)

x86
All

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.
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
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
major site
Severity: normal → major
-> Intl Team
Assignee: bclary → nitot
QA Contact: zach → momoi
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
I have a fix for their dhtml
contacted them via webform
Whiteboard: [contact]
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
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. 
that code is nowhere used, so no problem.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Verified
2002042803/WinXP
Status: RESOLVED → VERIFIED
Whiteboard: [contact] → [contact][eurocontest]
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
tech evang june 2003 reorg
Component: Europe: West → English Other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.