Closed
Bug 219611
Opened 22 years ago
Closed 15 years ago
irongatebrooklyn.com - nav menu uses proprietary JS/bad browser detection
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ben, Unassigned)
References
()
Details
(Keywords: ecommerce, Whiteboard: [bug248549notfixed])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
The menu on the left side of the page does not work. When you mouse over View
Properties, it is supposed to bring up a menu in another layer.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
The site's JavaScript browser detection is defective:
//simple browser check
f7_v4=(parseInt(navigator.appVersion)>=4 && parseInt(navigator.appVersion)<=5)?1:0
f7_ie=(document.all && f7_v4)?1:0
f7_ns=(document.layers && f7_v4)?1:0
Since Mozilla does not support the proprietary protocols document.all or
document.layers, we get no result.
You might write to the site and ask them to update their script.
http://devedge.netscape.com/viewsource/2001/updating-dhtml-web-pages/ is a
useful starting point.
->TE
Assignee: dom_bugs → english-us
Status: UNCONFIRMED → NEW
Component: DOM Level 0 → English US
Ever confirmed: true
Keywords: ecommerce
Priority: -- → P4
Product: Browser → Tech Evangelism
QA Contact: ashishbhatt → english-us
Summary: Layers on menu items don't work → irongatebrooklyn.com - nav menu uses proprietary JS/bad browser detection
Version: Trunk → unspecified
| Reporter | ||
Comment 2•22 years ago
|
||
Sent info@irongatebrooklyn.com a message regarding the fix and included the url
you recommended.
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Comment 3•15 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
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
•