Closed
Bug 146193
Opened 24 years ago
Closed 21 years ago
ragnarokonline.com - menu does not work, layers
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: etreise, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2)
Gecko/20020510
BuildID: 2002051006
On this page the menu on top should open submenus, when going with the mouse
over it.
The caption of the button in the login section on the left side should be
centered vertical.
Reproducible: Always
Steps to Reproduce:
1. goto this page
2. move the mouse cursor over the menu on top
3.
Actual Results: menu does not open submenus,
caption in button not centered
Expected Results: menu should open submenus,
button caption should be centered
Comment 1•24 years ago
|
||
Site uses bad IE-only JavaScript:
[...]
function na_show_layer(lname, flag)
{
var layer = (navigator.appName.indexOf('Netscape', 0) != -1) ?
document.layers[lname] : document.all[lname];
if (lname == '')
return;
if (navigator.appName.indexOf('Netscape', 0) != -1)
layer.visibility = (flag == 0) ? 'show' : 'hide';
else
layer.style.visibility = (flag == 0) ? 'visible' : 'hidden';
}
function na_init_layer_events()
{
if (document.layers) {
[...]
Moving to Tech Evangelism.
Component: JavaScript Engine → English: Non-US
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 2•24 years ago
|
||
Setting default owner and QA -
Assignee: rogerl → momoi
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: pschwartau → jeesun
OS: Windows XP → All
Hardware: PC → All
Summary: menu does not work → ragnarokonline.com - menu does not work, layers
Whiteboard: [proprietary-js]
Comment 3•23 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Comment 4•21 years ago
|
||
can't access site -> invalid
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
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
•