Closed
Bug 282080
Opened 20 years ago
Closed 20 years ago
The opacity property does not work for images on Mac
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 283343
People
(Reporter: sugar.waffle, Assigned: roc)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
1.62 KB,
patch
|
Details | Diff | Splinter Review |
In the test case of URL, opacity doesn't work.
https://bugzilla.mozilla.org/show_bug.cgi?id=228441#c27
However, opacity to the character works.
It seems to work in build to 2005/02/10 according to the following comments.
https://bugzilla.mozilla.org/show_bug.cgi?id=228441#c28
Of course, there is no problem in Mozilla1.7.x.
Mac OS X 10.3.8
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050212
and
trunk Camino 2005021220 (v0.8+)
Comment 1•20 years ago
|
||
This works on Windows (XP) using 2005021223.
Keywords: regression
Summary: The "opacity" specification for image doesn't work by build since 2005/02/11. → The opacity property does not work for images since 2005/02/11
Comment 2•20 years ago
|
||
My comment in bug 228441 comment 28 is wrong, in which I only said
the image was visible...
2004102906/Mac has no problem.
2004111207/Mac is broken.
Summary: The opacity property does not work for images since 2005/02/11 → The opacity property does not work for images on Mac
Comment 3•20 years ago
|
||
I don't see any obvious smoking guns in the range listed in comment 2... is it
at all possible to narrow the range?
Comment 4•20 years ago
|
||
Using Firefox builds at archive.mozilla.org, I narrowed it down to between
2004110307 (good) and 2004110411 (bad).
Comment 5•20 years ago
|
||
As mentioned by roc https://bugzilla.mozilla.org/show_bug.cgi?id=228399#c81, we
should be using srcSpan instead of srcRowBytes. This fixed the issue for me.
Attachment #175322 -
Flags: review?(roc)
Comment 6•20 years ago
|
||
Nice catch.
| Assignee | ||
Comment 7•20 years ago
|
||
Actually I'm afraid that this patch might break other platforms due to
compensating bugs in those platforms having their bytes swapped :-(
see bug 283343
Status: NEW → ASSIGNED
Comment 8•20 years ago
|
||
Yeah, definitely dup of 283343
(or vice versa:).
Just didn't know that someone already discovered problem which i supposed to
mayhappen.
Comment 9•20 years ago
|
||
As bug 283343 explains real reason of the problem, marking this one as dup
*** This bug has been marked as a duplicate of 283343 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•20 years ago
|
Attachment #175322 -
Flags: review?(roc)
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•