Closed Bug 217844 Opened 21 years ago Closed 21 years ago

faa.gov - airport map doesn't update onload, and airport mouseover doesn't work.

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jud, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030827

Netscape 7.x updates the airport status colors on load, and when you hover over
an airport, a status flyout appears. However, using OSX Mozilla 2003082703,
neither happens.

Reproducible: Always

Steps to Reproduce:
1. load said URL


Actual Results:  
Airports are all red, and no status when mousing over an airport.

Expected Results:  
Airports should have refreshed and changed color, and you should get an airport
status update when  you hover over an airport.
The site does:

if (lay[73] != null) {
   (isIE4||isIE40)?lay[73].display="block":lay[73].visibility="show"; 
}

which is pretty wrong; visibility="show" will only work in NS4, not Mozilla...

The site also sniffs separately for NS6/NS7 instead of sniffing for gecko:

var isNS6 = (navigator.userAgent.indexOf("Netscape6") > -1);
var isNS7 = (navigator.userAgent.indexOf("Netscape/7") > -1);

Over to evangelism based on that.
Assignee: general → english-us
Component: Browser-General → English US
OS: MacOS X → All
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Hardware: Macintosh → All
Version: Trunk → unspecified
contact info WebMasterATCSCC@faa.gov
Status: NEW → ASSIGNED
Summary: airport map doesn't update onload, and airport mouseover doesn't work. → faa.gov - airport map doesn't update onload, and airport mouseover doesn't work.
Target Milestone: --- → Oct
seems to be working w/ nightly firebird builds now.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.