Closed
Bug 800671
Opened 13 years ago
Closed 10 years ago
Background image disappears when using opacity
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| platform-rel | --- | + |
People
(Reporter: scott.gonzalez, Unassigned)
References
()
Details
(Keywords: regression, testcase, Whiteboard: jquery-ui [platform-rel-jQuery])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/16.0
Build ID: 20121010144125
Steps to reproduce:
Styled an element with a background image and a background color, and also applied an opacity.
Example: http://jsbin.com/imoceq/3/edit
Actual results:
The image disappeared and left a hole in the background color.
Expected results:
The image should be shown.
| Reporter | ||
Comment 1•13 years ago
|
||
This bug only exists on OS X and started in version 7.
Comment 2•13 years ago
|
||
Regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c77a430f6467&tochange=a18b9861a868
My money is on bug 647560.
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: View Rendering
Ever confirmed: true
Product: Firefox → Core
Updated•13 years ago
|
Keywords: regression
Whiteboard: jquery-ui
Updated•13 years ago
|
Version: 7 Branch → Trunk
A reduced testcase will be the first thing we need here...
Assignee: nobody → roc
Keywords: testcase-wanted
Comment 4•13 years ago
|
||
More minimal than this?
Comment 5•13 years ago
|
||
I guess you can nix the background-attachment and background-position and background-repeat bits in that testcase... So one that's smaller coming up.
But nixing the solid background color makes things suddenly work.
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Not entirely sure what the bug here is, but it's fixed by the first patch on bug 798964. Trying to get the last few test failures from that fixed now.
Comment 8•10 years ago
|
||
Removing the "testcase-wanted" keyword as one was provided in comment 4 and comment 6.
Thanks,
Cosmin.
Keywords: testcase-wanted → testcase
Assignee: roc → nobody
Updated•10 years ago
|
Whiteboard: jquery-ui → jquery-ui [platform-rel-jQuery]
Updated•10 years ago
|
platform-rel: --- → ?
Comment 9•10 years ago
|
||
According to the TC in Comment #5 and Comment #7, this is working -- let's close as FIXED (apparently fixed by Bug 798964).
Status: NEW → RESOLVED
Closed: 10 years ago
platform-rel: ? → +
Resolution: --- → FIXED
| Assignee | ||
Updated•8 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
•