Closed
Bug 104098
Opened 23 years ago
Closed 20 years ago
pcbanker.com - Hiermenus 3, site navigation unusable
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gaborliptak, Unassigned)
References
()
Details
(Keywords: ecommerce, Whiteboard: [PROPRIETARY-JAVASCRIPT][bank])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4+)
Gecko/20011008
BuildID: 2001010803
menu popups doe not work for http://www.pcbanker.com/
Reproducible: Always
Steps to Reproduce:
1. menu popups doe not work for http://www.pcbanker.com/
2.
3.
Comment 1•23 years ago
|
||
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));
Evangelism. The site assumes Mozilla can't do those popups and does not do them
for us.
Assignee: pchen → bclary
Status: UNCONFIRMED → NEW
Component: XP Apps → English: US
Ever confirmed: true
OS: Windows NT → All
Product: Browser → Tech Evangelism
QA Contact: sairuh → zach
Hardware: PC → All
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Version: other → unspecified
Updated•23 years ago
|
Summary: menu popups doe not work for http://www.pcbanker.com/ → pcbanker.com - menu popups doe not work for http://www.pcbanker.com/
Comment 2•23 years ago
|
||
bank
Assignee: bclary → aruner
Component: US General → US Banks
QA Contact: zach → bclary
Still uses old Hiermenus 3 (document.all or document.layers)
Contact addresses are service@pcbanker.com and security@pcbanker.com
Summary: pcbanker.com - menu popups doe not work for http://www.pcbanker.com/ → pcbanker.com - Hiermenus 3, site navigation unusable
Updated•21 years ago
|
Whiteboard: [PROPRIETARY-JAVASCRIPT] → [PROPRIETARY-JAVASCRIPT][bank]
Comment 4•21 years ago
|
||
SPAM: New Components
Assignee: aruner → english-us
Component: US Banks → English US
QA Contact: bc → english-us
Comment 6•20 years ago
|
||
(In reply to comment #5)
> Website seems to working now. Should this be closed?
Agreed, WFM. Looks the same in both IE and FF1.0RC1.
-> WFM.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
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
•