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)
Tech Evangelism Graveyard
English US
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
Comment 1•23 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Comment 2•21 years ago
|
||
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.
Comment 3•21 years ago
|
||
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.
Comment 4•17 years ago
|
||
The layout is broken but there are no news since 2007, the message board URL is dead.....
Comment 5•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
•