Closed Bug 150807 Opened 22 years ago Closed 20 years ago

Layout problem in www.national.org.nz

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugs, Unassigned)

References

()

Details

View the URL above
note that the hidden menu items are all displayed, causing severe layout
problems. This problem does not occur in Netscape 6.2.3 or older, so it's a
regression from the last 12 months or so. 

The page uses <layer>s.
I tested this in a trunk commercial build from about two weeks ago, and a
mozilla 1.0 build
Priority: -- → P3
Target Milestone: --- → Future
The page has:

function Browser() {
	var strUsrAgnt = navigator.userAgent;
	if (strUsrAgnt.indexOf('Netscape6') != -1) {
		return 'NS|6';
	} else if (strUsrAgnt.indexOf('MSIE') != -1) {
		return 'IE';
	} else {
		return 'NS|4';
	}
}

So the only regression is that we switched our UA string to not say "Netscape6"....

Over to evangelism.
Assignee: attinasi → momoi
Component: Layout → Pacific Islands
OS: Windows XP → All
Priority: P3 → --
Product: Browser → Tech Evangelism
QA Contact: cpetersen0953 → jonrubin
Hardware: PC → All
Target Milestone: Future → ---
Version: Trunk → unspecified
New Zealand bugs moving to English-Other.
Assignee: momoi → english-other
Component: Pacific Islands → English Other
QA Contact: jonrubin → english-other
This site is fixed, probably for a long time. Resolving.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.