Closed
Bug 238042
Opened 21 years ago
Closed 21 years ago
-moz-opacity < 1 treated as = 0.0 on OS X
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 228441
People
(Reporter: markjreed, Assigned: jdunn)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
setting moz-opacity to anything other than 1.0 results in completely hidden object.
Reproducible: Always
Steps to Reproduce:
<img src="anything" style="-moz-opacity: 0.99" />
Actual Results:
the image is invisible on the rendered page
Expected Results:
Image should become slightly translucent. If opacity is not supported on the
platform, then either (1) -moz-opacity should be completely ignored, or (2)
values above 0.5 should be treated as 1 and values less than 0.5 as 0. Treating
all values < 1 as 0 is not acceptable.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; ja-JP; rv:1.7b) Gecko/20040317
Camino/0.7+
It does not reproduce.
Please try on new build.
Comment 2•21 years ago
|
||
already fixed.
*** This bug has been marked as a duplicate of 228441 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•