Closed Bug 69316 Opened 24 years ago Closed 23 years ago

The dhtml don't work

Categories

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

x86
Linux

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: medisoft, Assigned: arun)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17-21mdk i686; en-US; 0.8) Gecko/20010215
BuildID:    2001021503

The page that demonstarate the problem has menus made with layers (div tag) but
on mozilla not. The menus works on Netscape 4.5 and explorer 5, but not on
mozilla 0.7 nor 0.8

Reproducible: Always
Steps to Reproduce:
1.open the page on the link
2.
3.

Actual Results:  the menus don't show

Expected Results:  show the menus
*** Bug 69317 has been marked as a duplicate of this bug. ***
Layers are not supported by Mozilla. Absolute positioning with CSS should be
used instead. Confirming and over to Evangelism (and default owner of
Evangelism).
Assignee: asa → evangelism
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
QA Contact: doronr → zach
Evangelism is probably correct. Here's the beginning of the javascript:

NS4 =  (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
SO = (navigator.platform!="Win32" &&
navigator.platform!="Win16" &&
navigator.platform!="Mac68k" &&
navigator.platform!="MacPPC") ? 1 : 0;

var DEBUG=0;

if(navigator.appName=="Konqueror") {
   IE4=1;
}
showedMenu="";
hiddedMenu="";

function showMenu(m) {

   if(showedMenu!="" && showedMenu!=m)
      hide(showedMenu);

   if(m==hiddedMenu)
      hiddedMenu="";

   showedMenu=m;

   if(NS4)
      document.layers[m].visibility="show";
   if(IE4)
      document.all.tags("div")[m].style.visibility="visible";
}
Yea. They think that any browser with document.layers is NS4 and any 
with document.all is IE4. They don't care about NS6 and mozilla which is 
false for both.
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Priority: -- → P3
Arun, I'm giving you all the Linux bugs. If these bugs can be confirmed for
other OS's please (someone) change the Platform/OS to All/All and reassign to
the default Evangelism Component Owner.
Assignee: bclary → aruner
The site http://medisoft.alohabbs.org.mx/ does not exist any more (unknown
host). Marking INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
actually, we prefer fixed for dead sites but invalid is ok.
it's dead jim -> verified
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.