Closed
Bug 230011
Opened 22 years ago
Closed 22 years ago
document.layers is evil
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: tara)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20040102 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20040102 Firebird/0.7+
Error: document.layers has no properties
Source File:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=MozillaTinderboxAll&branch=FIREBIRD_0_8_BRANCH&branchtype=match&dir=mozilla%2Fbrowser+mozilla%2Ftoolkit+mozilla%2Fchrome&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=week&mindate=&maxdate=&cvsroot=%2Fcvsroot
Line: 36
var event = 0; // Nav3.0 compatibility
function js_who_menu(n,extra,d) {
if( parseInt(navigator.appVersion) < 4 ||
navigator.userAgent.toLowerCase().indexOf("msie") != -1 ){
return true;
}
l = document.layers['popup'];
l.src="http://webtools.mozilla.org/registry/who.cgi?email="+n+extra;
if(d.target.y > window.innerHeight + window.pageYOffset - l.clip.height) {
l.top = (window.innerHeight + window.pageYOffset - l.clip.height);
} else {
l.top = d.target.y - 6;
}
l.left = d.target.x - 6;
l.visibility="show";
return false;
}
Reproducible: Always
Steps to Reproduce:
reporters are evil. we sometimes accept patches.
*** This bug has been marked as a duplicate of 60478 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•