Closed
Bug 94917
Opened 23 years ago
Closed 22 years ago
adobe.com - popup menus don't work
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bc)
References
()
Details
(Whiteboard: [LAYER][TOOL][GoLive][aok])
Netscape 6.1 Problem
Primary Browser: iex IE5 Mac
Operating System: Mac8.6
Language: English
Issue Summary: Pop-up menus don't pop up
Component: Navigator
Doing What: Browsing web pages
Severity: Other Very serious deficiency
Can Reproduce: Always
Try this URL: http://http://www.adobe.com/learnexplore.html#
Issue Detail:
At the left side of the page there are pop up
menus at "by media" and "by product". These work
as intended in IE 5 and Netscape 4.7.8. They don't
work at all in Netscape 6.1.
Comment 2•23 years ago
|
||
The menu is different than the menus mentioned in bug 63393, but the cause of
the problem is likely the same.
Whiteboard: [LAYER][TOOL][GoLive]
Comment 5•23 years ago
|
||
Updated the URL, the original seems to have changed.
Steps to reproduce:
1. Go to http://studio.adobe.com/learn/main.html
2. Click on "Expert center", an orange dropdown menu on the right
3. nothing happens
Comment 6•23 years ago
|
||
*** Bug 113104 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•23 years ago
|
Whiteboard: [LAYER][TOOL][GoLive] → [LAYER][TOOL][GoLive][aok]
Assignee | ||
Comment 7•23 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
The site seems to have changed, I cannot find any "by media" and "by product"
pop up menus. However, following my instructions from comment #5, I still do
not get the dropdown with Linux 2002021208. REOPENING
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•23 years ago
|
||
Indeed, http://media.studio.adobe.com/scripts/studio_utils.js is the culprit
function getLayer(name) {
//alert(name);
if(typeof name != "string") return name;
if(isIE) { return document.all[name].style; } // NOTE: adding a test here to see if
document.all[name] is defined causes HUGE slowdown...
if(isNS) { return eval("document." + name); }
return null
}
they have a isDOM1 and isNS6, but don't use it anywhere
Keywords: 4xp
Target Milestone: Jan → ---
Comment 10•23 years ago
|
||
Is this the same bug that makes the menus non-functional on the Adobe product
pages such as:
http://www.adobe.com/products/indesign/main.html
Quite annoying as it makes much of Adobe's site completely nonfunctional.
Comment 11•23 years ago
|
||
Ok, sorry. I found the meta bug.
It seems that the ball is in Adobe's court...
Assignee | ||
Updated•23 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: --- → May
Assignee | ||
Comment 12•23 years ago
|
||
page has been redesigned. for the most part works the same in gecko as ie6 with
the exception of the mouse over / highlight effects on the top menu.
These scripts are completely bogus but don't really appear to be used that much.
http://media.studio.adobe.com/scripts/studio_utils.js
http://media.studio.adobe.com/scripts/studio_nav.js
Marking fixed since the site behaves pretty much as they intended.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Still not fixed on my fresh Linux CVS build, REOPENING, also see comment #5 and
comment #8.
Steps to reproduce:
1. Go to http://studio.adobe.com/learn/main.html
2. Click on "Expert center", an orange dropdown menu on the right
3. nothing happens
Expected results:
See a dropdown menu just like in 4.7x.
Assignee | ||
Comment 15•22 years ago
|
||
wfm (including expert pulldown) in ns7/mozilla 1.3a/and 1.3a with fake linux ua.
-> fixed.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → FIXED
Comment 16•22 years ago
|
||
Oh happy day, it works, Linux latest CVS ---> VERIFIED
Status: RESOLVED → VERIFIED
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
•