[fc6] Postscript Print problem w/ CSS & firefox

Michael A Peters mpeters at mac.com
Fri Feb 9 05:42:28 UTC 2007


This happens with both firefox and epiphany.
I don't know who's bug it is.

Use the following css in a web page:

body {
  font-family: serif;
  font-size: 16px;
  background-color: white;
  color: black;
  text-align: justify;
  margin: 50px;
  line-height: 18px;
  }

Firefox will properly display it, but printing to a postscript printer
results in garbage.

change

text-align: justify;

to

text-align: left;

and it prints just dandy.

-=-

You don't have to waste paper to demonstrate - print to file (ie
output.ps) and view it with evince.

Anyone else seeing this?
Know whos bug it is?
Is it already reported?




More information about the fedora-list mailing list