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)

defect

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.
-> Arun
Assignee: bclary → aruner
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]
Blocks: 114155
Taking
Assignee: aruner → bclary
Priority: -- → P1
contacted 12/8
Status: NEW → ASSIGNED
Target Milestone: --- → Jan
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
*** Bug 113104 has been marked as a duplicate of this bug. ***
Whiteboard: [LAYER][TOOL][GoLive] → [LAYER][TOOL][GoLive][aok]
Blocks: 113492
No longer blocks: 113492
Keywords: evang500
fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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 → ---
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 → ---
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.
Ok, sorry. I found the meta bug. It seems that the ball is in Adobe's court...
Status: REOPENED → ASSIGNED
Target Milestone: --- → May
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 ago23 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → REOPENED
Keywords: 4xp
Resolution: FIXED → ---
ok. see it. thanks.
Target Milestone: May → ---
wfm (including expert pulldown) in ns7/mozilla 1.3a/and 1.3a with fake linux ua. -> fixed.
Status: REOPENED → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → FIXED
Oh happy day, it works, Linux latest CVS ---> VERIFIED
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.