Closed
Bug 627262
Opened 12 years ago
Closed 12 years ago
Elements with opacity < 1 are not printed on OS X
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: fvsch, Assigned: roc)
References
()
Details
(Keywords: regression, Whiteboard: [softblocker])
Attachments
(2 files)
1.17 KB,
application/zip
|
Details | |
908 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b9) Gecko/20100101 Firefox/4.0b9 Build Identifier: On OS X 10.6.6 with Firefox 4b9, content with partial opacity (anything between 0 an 0.99999999) does not get printed. The areas were translucent content were are left blank. See the test case in the demo URL or the attached zip file. Reproducible: Always Steps to Reproduce: From http://covertprestige.info/bugs/ff4-print-opacity/: Test 1: - "File > Print…" - Hit "Preview" button. Launches the preview in Preview.app - Print from Preview.app Result: all text with opacity < 1.0 is not printed. Test 2: - "File > Print…" - Hit "Print" button. Result: all text with opacity < 1.0 is not printed. I'm opening this bug as suggested in bug 262019 (from 2005, closed). There's also bug 411699 which is similar to this, but reported for Windows and it reports that while Print Preview is broken, the actual printed page is ok. But in my experience on OS X, both Print Preview and actual printing are broken.
Reporter | ||
Comment 1•12 years ago
|
||
One page tests opacity and the other tests color+rgba(). RGBA seems to work fine.
![]() |
||
Comment 2•12 years ago
|
||
Regression range is http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a05e91710adb&tochange=c20f34eefa5d roc, this looks like one of the things you pushed...
![]() |
||
Updated•12 years ago
|
Component: Printing: Output → Graphics
QA Contact: printing → thebes
Updated•12 years ago
|
Assignee: nobody → roc
blocking2.0: ? → final+
Whiteboard: [softblocker]
Assignee | ||
Comment 3•12 years ago
|
||
I missed this one in bug 624152, probably because I thought gfxQuartzPDFSurface would be used for printing, but it isn't!
Attachment #506572 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [softblocker] → [softblocker][needs review]
Updated•12 years ago
|
Attachment #506572 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [softblocker][needs review] → [softblocker][needs landing]
Assignee | ||
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4568082aec55
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [softblocker][needs landing] → [softblocker]
You need to log in
before you can comment on or make changes to this bug.
Description
•