Closed Bug 73980 Opened 23 years ago Closed 23 years ago

-MozOpacity set to more than one images craches the browser

Categories

(Core :: DOM: CSS Object Model, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 73782
Future

People

(Reporter: jleroyer, Assigned: jst)

Details

Attachments

(1 file)

Trying to set the style -MozOpacity with more than one images crashes the
browser everytime
Attached file test case
There seems to be some problems with the attachment, anyway here is the source code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Opacity test -- Netscape 6</title>
	<style>
		IMG { cursor: pointer; }
	</style>
</head>

<body>
<center>
	<IMG style="-moz-opacity: 0.5;" src="imagesTest16/b4.gif"
onMouseover="this.style.MozOpacity=1" onMouseout="this.style.MozOpacity=0.5">
	<IMG style="-moz-opacity: 0.5;" src="imagesTest16/b3.gif"
onMouseover="this.style.MozOpacity=1" onMouseout="this.style.MozOpacity=0.5">
</center>

</body>
</html>
Could you attach the images to bugzilla and attach a testcase where the img src
attributes point to the images that are attached to bugzilla? Thanks!
I've just found out that this bug has already been reported, i don't remember 
the bug id though.
Dupe of bug 73782

*** This bug has been marked as a duplicate of 73782 ***
Severity: critical → normal
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → Future
VERIFIED dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: