Closed
Bug 302490
Opened 19 years ago
Closed 14 years ago
gold-eagle.com - List doesn't display
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: oiledleather, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Original bug 294896 was fixed, but a new problem seems to be there. The list displays in the scrolling window (you'll see it if you go to the website). But in IE, the list also displays when you place your mouse over "Alternate Menu" written vertically, immediately to the right of the scrolling window. Reproducible: Always Steps to Reproduce: 1.Load website. 2.Wait until list is scrolling in upper left window. 3.Place mouse over "Alternate Menu" written vertically in Blue immediately to the right of the scrolling list. Actual Results: Nothing Expected Results: It should display the scrolling list in a 'solid' form immediately to the right of the "Alternate Menu".
Comment 1•19 years ago
|
||
It requires java(tm) Did you enable Java ? Do you use the latest java plugin (Sun) ? (I'm not going to try a page with more ads than usefull content so I can't tell if it works or not)
Comment 2•19 years ago
|
||
This is due to the outdated/crappy JavaScript browser sniffer they use:
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;
As you see, the popUp function does nothing, but later on it is replaced in an
external JavaScript file, but its not loaded in Firefox, since they check
if(isMenu)
which is false in FirefoxAssignee: nobody → english-other
Component: General → English Other
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: List doesn't display → gold-eagle.com - List doesn't display
| Reporter | ||
Comment 3•19 years ago
|
||
Someone mentioned that it was the gold-eagle's website that has some problems in their programming. I'm not saying they don't. But the page does display correctly in Explorer.
| Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #1) > It requires java(tm) > Did you enable Java ? Yes. > Do you use the latest java plugin (Sun) ? Fairly recent, within a month. > > (I'm not going to try a page with more ads than usefull content so I can't tell > if it works or not)
Comment 5•17 years ago
|
||
Yep, comment 2 is still true. Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•14 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: 14 years ago
Resolution: --- → INCOMPLETE
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
•