Closed
Bug 187814
Opened 22 years ago
Closed 16 years ago
DOM.com - navigational menu not appearing - layer?
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: susiew, Unassigned)
References
()
Details
Check out www.dom.com. It's Dominion Power's site who handle all of
VA, Pennsylvania, West Virginia and Maryland's power. There's a flyout
menu on the right that does not appear in mozilla. cc'ing bob in case he wants
to evangelize them if he is personally affected :-)
Reporter | ||
Comment 1•22 years ago
|
||
I was too hasty...someone told me about this but now I can't find the problem so
marking invalid.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•22 years ago
|
||
Reopening -
1) url is http://www.dom.com/customer/vares_inserts.jsp
My Home/My Business at the right do nothing when clicked, and in IE they toggle,
and each have a long menu selection.
2) Also, on http://www.dom.com/contact/index.jsp, text and a field in the middle
of the form overlap.
They say "The site also can be viewed with Netscape 6.2 or later." which means
they will hopefully fix this!
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Summary: DOM.com - menus not popping → DOM.com - navigational menu not appearing - layer?
Comment 3•22 years ago
|
||
http://www.dom.com//js/sys/browser_detect.js:
// Netscape6 is mozilla/5 + Netscape6/6.0!!!
// Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001108 Netscape6/6.0
var nav6Pos = agt.indexOf('netscape6');
if (nav6Pos !=-1) {
is_minor = parseFloat(agt.substring(nav6Pos+10))
is_major = parseInt(is_minor)
}
and then:
http://www.dom.com//js/sys/layers_display.js
uses if (is_nav6up) {
which is false
Comment 4•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
Status: REOPENED → NEW
QA Contact: zach → english-us
Comment 5•16 years ago
|
||
looks ok, marking fixed
Status: NEW → RESOLVED
Closed: 22 years ago → 16 years ago
Resolution: --- → FIXED
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
•