Closed Bug 44290 Opened 24 years ago Closed 24 years ago

Javascript Link popups don't show up

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: alan-lists, Assigned: rogerl)

References

()

Details

Using 2000062808 build on Win95 going to http://www.mages.com/index2.html does 
not have the Javascript text popups.  Works on IE 4/5, NS 4.x.

At first I thought the problemwas with the onmousover element, but that part 
works on other pages.  I have not comeup with a simple test case yet (sorry).

Not sure if it is related, but the right side of the page has some other display 
errors, but i have not opened a bug for that as it might be related to this bug.

Note going to http://www.mages.com/ has a known crasher on win2k and sometimes 
for me on win95.  See bug 44288
INVALID: the browser check code (to see if it should try to do anything) is:

ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

layers is no longer supported, and we obliously don't have a .all
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Yup, sorry about that

verified invalid

Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.