Closed
Bug 184682
Opened 22 years ago
Closed 20 years ago
Javascript Menu works first time, but on subsequent pages it fails to display.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: robin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
On the page http://www.lg01.com there is a Javascript menu that drops down on
the mouseover. First off, this works fine, displays fine. Choose a page, such
as the Company --> Background option. The page appears once more, but now the
Javascript Menus will not work. They appear to be doing 'something' as the
small indicator rollover is operating still (little orange triangle) but the
Menus themselves do not appear.
Reproducible: Always
Steps to Reproduce:
1. Go to the page http://www.lg01.com
2. There is a row of Javascript menus that drop down on the mouseover. First
off, this works fine, displays fine. Choose a page, such as the Company -->
Background option. The page appears once more, but now the Javascript Menus will
not work. They appear to be doing 'something' as the small indicator rollover
is operating still (little orange triangle) but the Menus themselves do not appear.
Actual Results:
Have to use the Home link at the foot of page to get back to the index.htm where
the Javascript Menus work once again.
Expected Results:
Shown the Menus regardless of which page it is on.
Confirmed on Win 2000, 20030918 Firebird nightly. The site functions properly in
IE 6. I do get one error in the JavaScript console:
Error: hideMenu is not defined
Source File: http://www.lg01.com/mm_menu.js
Line: 605
Which is odd, since hideMenu does appear to be defined directly underneath that
function. Sending to DOM Level 0 for triage, since I don't know enough
JavaScript to rule out the case that the code is busted and/or non-standard.
Assignee: asa → dom_bugs
Status: UNCONFIRMED → NEW
Component: Browser-General → DOM Level 0
Ever confirmed: true
QA Contact: asa → ashishbhatt
Comment 2•20 years ago
|
||
Website has been re-designed, no testcase , closing --> wfm
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•