Closed
Bug 73980
Opened 24 years ago
Closed 24 years ago
-MozOpacity set to more than one images craches the browser
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
Future
People
(Reporter: jleroyer, Assigned: jst)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Trying to set the style -MozOpacity with more than one images crashes the
browser everytime
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
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>
Assignee | ||
Comment 3•24 years ago
|
||
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!
Reporter | ||
Comment 4•24 years ago
|
||
I've just found out that this bug has already been reported, i don't remember
the bug id though.
Assignee | ||
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 73782 ***
Severity: critical → normal
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → Future
You need to log in
before you can comment on or make changes to this bug.
Description
•