Closed
Bug 129215
Opened 23 years ago
Closed 23 years ago
eunnet.net - roll-down menu doesn't work
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: relf, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.9+) Gecko/20020305
BuildID: 2002030516
This page has a contents menu on the right.
On click at some chapter it should roll-down its detailed contents (try IE on
this page).
But Mozilla doesn't allow click on chapters.
Reproducible: Always
Steps to Reproduce:
1. Go to given URL
2. Try to click on chapter in menu on the right
3.
Reporter | ||
Comment 1•23 years ago
|
||
Similar bug is detected on http://lit.jinr.ru
Menu on the top doesn't work
Comment 2•23 years ago
|
||
This site is IE only.
See js below:
function show_hide(par) {
if (brVer>0) {
document.all.vis_1.style.display='none';
document.all.vis_2.style.display='none';
document.all.vis_3.style.display='none';
document.all.vis_4.style.display='none';
document.all.vis_5.style.display='none';
if(par==1) {
document.all.vis_1.style.display='';
} else if(par==2) {
document.all.vis_2.style.display='';
} else if(par==3) {
document.all.vis_3.style.display='';
} else if(par==4) {
document.all.vis_4.style.display='';
} else if(par==5) {
document.all.vis_5.style.display='';
}
return false;
} else return true;
}
-->Evangelism
Component: Layout → Europe: East
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 4•23 years ago
|
||
WFM
2002030908/WinXP
Reporter:
Try a new build and if it still doesn't work, reopen the bug with any new details.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Summary: Page roll-down menu doesn't work → eunnet.net - roll-down menu doesn't work
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
•