Closed
Bug 86337
Opened 23 years ago
Closed 14 years ago
protegrity.com - dynamic menus don't show, LAYERS
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mckfung, Unassigned)
References
()
Details
(Whiteboard: [PROPRIETARY-js] [aok])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.1+) Gecko/20010617
BuildID: 2001061708
mouse pointer pointed to arrow next to the "in this section" text in
URL:www.protegrity.com/Downloads.html doesn't show the submenu
Reproducible: Always
Steps to Reproduce:
1. goto www.protegrity.com/Downloads.html
2. move the mouse pointer pointed to the arrow next to the text "in this section"
Actual Results: submenu doesn't show up
Expected Results: submenu popup
Comment 1•23 years ago
|
||
Evangelism candidate: faulty browser sniff...
<excerpt>
if (navigator.appName == 'Netscape'){
Object.prototype.doc = 'document.layers.';
Object.prototype.style = '';
Object.prototype.px = '';
}
if (navigator.appName == 'Microsoft Internet Explorer'){
Object.prototype.doc = 'document.all.';
Object.prototype.style = '.style';
Object.prototype.px = 'px';
}
</excerpt>
Comment 2•23 years ago
|
||
Over to evangelism
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
QA Contact: doronr → zach
Whiteboard: [PROPRIETARY-JAVASCRIPT]
Updated•23 years ago
|
Priority: -- → P3
Updated•23 years ago
|
Summary: submenu doesn't show → protegrity.com - submenu doesn't show
Comment 3•23 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•23 years ago
|
OS: Windows 95 → All
Whiteboard: [PROPRIETARY-JAVASCRIPT] → [PROPRIETARY-JAVASCRIPT][aok]
Comment 4•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Error: document.layers has no properties
Source File: http://www.protegrity.com/js/protegrity.js
Line: 51
Severity: normal → major
Hardware: PC → All
Summary: protegrity.com - submenu doesn't show → protegrity.com - dynamic menus don't show, LAYERS
Whiteboard: [PROPRIETARY-JAVASCRIPT][aok] → [PROPRIETARY-js] [aok]
Comment 6•21 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 7•21 years ago
|
||
I'm trying for some time to check the site but www.protegrity.com doesn't work
anymore.
Maybe is gone now? Can anybody try to check it too?
According to my knowledge, the company "protegrity" was acquired by another
company. The web site www.protegrity.com is suspended and the new web site is
www.protegrity.se . I don't think we can trace the problem any further.
Any other view ???
Comment 9•18 years ago
|
||
The site protegrity.com works very well now and I think we should close this bug as fixed.
Comment 10•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•