Open Bug 901212 Opened 11 years ago Updated 11 years ago

Color highlighting in the diff view for patches are not shown in print-outs (due to CSS configuration)

Categories

(bugzilla.mozilla.org :: General, defect)

Production
defect
Not set
normal

Tracking

()

People

(Reporter: tessarakt, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20130731 Firefox/24.0 (Nightly/Aurora)
Build ID: 20130731004006

Steps to reproduce:

I looked at the diff view for a patch and wanted to print it (i.e., looked at the print preview)


Actual results:

All the color marking where not shown.

The reason is this in the CSS:
@media print {
     body {
         background-color: #fff;
     }
}


Expected results:

Color should have been shown.
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in before you can comment on or make changes to this bug.