Closed
Bug 61475
Opened 24 years ago
Closed 23 years ago
<PRE> formatted information is crunched against left margin [print][ps]
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
Future
People
(Reporter: marvin, Assigned: dcone)
References
Details
Attachments
(1 file)
413 bytes,
text/html
|
Details |
When printing <PRE> formatted text, it is always crunched against the left
margin, with no spacing. This can make some charts and diagrams very difficult
to read. An example of this is as follows:
-----<cut here>-----
<CENTER><TABLE BORDER=2 CELLPADDING=15 BORDERCOLOR="#000000" > <TR> <TD
VALIGN=CENTER> <PRE>
#### #### ######
## ## ## ##
## ## ## ## ###### ###### #####
### ###### ## ## ## ##
## ## ## ## ####### ######## #######
## ## ## ## ## ## ## ##
#### #### ###### ######## ####### #####
</PRE> </TD> </TR> </TABLE></CENTER>
-----<cut here>-----
This should result in a printing of the word 'XBase', and this can be seen
onscreen. However, when printed, the output will have no spaceing, and look
entirely wrong.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Printing the attachment screws up the spacing in linux build 2001-01-05-08.
Setting bug status to new, adding 4xp and mozilla0.9 keywords.
Comment 3•24 years ago
|
||
spam : changing qa to sujay (new qa contact for Printing)
QA Contact: shrir → sujay
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: <PRE> formatted information is crunched against left margin → <PRE> formatted information is crunched against left margin [print][ps]
Target Milestone: --- → Future
Comment 4•24 years ago
|
||
See also http://bugzilla.mozilla.org/showattachment.cgi?attach_id=21747 for
another test case with preformatted text, showing that it prints out in a
variable-width font (from bug 61475).
Assignee | ||
Comment 5•23 years ago
|
||
This is a duplicate of 37685, also taking off topembed keyword since this is a
linux problem.
*** This bug has been marked as a duplicate of 37685 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•