Closed Bug 192240 Opened 23 years ago Closed 15 years ago

cookiecentral.com - incorrect browser identification in script

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: mozilla, Unassigned)

References

()

Details

The site uses an old version of coolmenus - http://www.dhtmlcentral.com/projects/coolmenus/ - with this snip of code : function checkBrowser(){ this.ver=navigator.appVersion this.dom=document.getElementById?1:0 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; this.ie4=(document.all && !this.dom)?1:0; this.ns5=(this.dom && parseInt(this.ver) >= 5)?1:0; this.ns4=(document.layers && !this.dom)?1:0; this.bisw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) return this } The site needs to upgrade to the lastest version of coolmenus Result : the menus don't display correctly
OS: MacOS X → All
Hardware: Macintosh → All
Summary: cookiecental.com - incorrect browser identification in script → cookiecentral.com - incorrect browser identification in script
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
The coolmenus script is broken on Mozilla (layout of top-level menu items is vertical instead of horizontal) but for reference, the dropdowns don't actually work on IE 6 SP 2 either.
Sent an e-mail using online help form http://www.cookiecentral.com/info.phtml pointing them to newer version from comment 0, and explaining rendering issues in firefox and internet explorer.
The layout is broken but there are no news since 2007, the message board URL is dead.....
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
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.