Open
Bug 700003
Opened 13 years ago
Updated 2 years ago
opacity < 1 on <td> disappears on print, appears on print preview
Categories
(Core :: Printing: Output, defect)
Tracking
()
NEW
People
(Reporter: bishop, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
<html>
<body>
<table>
<tr>
<td style='opacity:.85;'>This is some text</td>
</tr>
</table>
</body>
</html>
Actual results:
FF7/Win7:
Print > Preview. Text is shown.
Print > [Choose XPS Writer or actual paper printer if you like]. Text is gone.
FF3/Win7:
Print > Preview. Text is shown.
Print > [Choose XPS Writer or actual paper printer if you like]. Text is shown.
Expected results:
Text should be shown, ideally at a gray scale somewhat less than black.
Updated•13 years ago
|
Component: General → Printing: Output
Product: Firefox → Core
QA Contact: general → printing
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Regrtesion window(m-c),
Works:
http://hg.mozilla.org/mozilla-central/rev/dad825159748
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110527 Firefox/7.0a1 ID:20110527011902
Fails:
http://hg.mozilla.org/mozilla-central/rev/04e8d0b481bc
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110527 Firefox/7.0a1 ID:20110527081111
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=dad825159748&tochange=04e8d0b481bc
Comment 3•12 years ago
|
||
I found a perfect live example on this site :
http://fvsch.com/code/bugs/ff4-print-opacity/
The print preview displays all lines, but most of them disappear when printing the page in the XPS printer.
Bug 920997 seems to be another manifestation of this. Note that /some/ parts of the table in the signature (as well as simple image signatures) are printed with opacity, though with an offset and a wrong cropping window. Plain-text signatures are omitted completely (or fall off the printable range or beyond the cropping applied to that box).
(In reply to rsx11m from comment #6)
> printed with opacity, though with an offset and a wrong cropping window.
As those were signatures with images, bug 697735 should match that observation.
Comment 8•11 years ago
|
||
Any idea Jeff? Given the regression window this should be form bug 562746 - http://hg.mozilla.org/mozilla-central/rev/102be3d1f103 - which is huge unfortunately :(
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•