Closed
Bug 111953
Opened 23 years ago
Closed 23 years ago
Tables print backgrounds.
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: dcone, Assigned: dcone)
Details
(Keywords: topembed)
Attachments
(3 files)
924 bytes,
patch
|
attinasi
:
superreview+
|
Details | Diff | Splinter Review |
7.54 KB,
text/html
|
Details | |
347 bytes,
text/html
|
Details |
Currently tables print backgrounds, this is not good until we have options for
the user to set when and how to print backgrounds. So this has to be disabled
for printing until bug 96870 is fixed.
Assignee | ||
Comment 1•23 years ago
|
||
Patch to turn off backgrounds for printing. This does not effect general
backgrounds since this is not called for the body or html background.. but this
will turn off table backgrounds.
Comment 2•23 years ago
|
||
r=rods
Comment 3•23 years ago
|
||
Comment on attachment 59164 [details] [diff] [review]
patch to not do backgrounds for printing
sr=attinasi
Attachment #59164 -
Flags: superreview+
![]() |
||
Comment 4•23 years ago
|
||
Wait a sec. So if I have the following:
<body style="background-color: white">
<table style="color: white; background-color: black">
</table>
</body>
What happens with this patch? Does it print white on white? Black on white?
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.7
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
Fixed on trunk
Comment 7•23 years ago
|
||
Sujay -- This needs to be verified on the trunk before we can plus (+) for 094
Comment 8•23 years ago
|
||
what are the test cases we should excersize to verfy this one?
Roland/Boris,
I don't have testcases to verify this and my PC is in for service.
can one of you verify that this is fixed on latest trunk builds
and mark this VERIFIED-FIXED? thanks.
Comment 10•23 years ago
|
||
Is 2001-11-26-08-trunk sufficient for verification ?
Comment 11•23 years ago
|
||
actually this was fixed on 11/27, so we will need 11/27 and later build
to verify on.
Comment 13•23 years ago
|
||
based on the trunk verification, I'm adding + to edt0.9.4
Comment 14•23 years ago
|
||
Attaching two testcases for further verification if needed. First is testcase
with table background; second is testcase with cell background. Verified fixed
on 11_29_09_trunk build.
Comment 15•23 years ago
|
||
Comment 16•23 years ago
|
||
Comment 17•23 years ago
|
||
EDT - Let's get this on the branch tonite if we can - Embedding friends are
pulling tomorrow.
Assignee | ||
Comment 18•23 years ago
|
||
checked into the branch
Assignee | ||
Updated•23 years ago
|
Keywords: fixed0.9.4
Keywords: fixed0.9.4
You need to log in
before you can comment on or make changes to this bug.
Description
•