Closed
Bug 172354
Opened 23 years ago
Closed 21 years ago
Margins less than zero are incorrectly handled
Categories
(Core :: Printing: Output, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: pfk, Assigned: rods)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Margins & Header/Footer:
Entering negative margins (to suppress unwanted columns for instance)
do not work. A margin of "-x inches" is handled as a margin of
"+x inches"
Reproducible: Always
Steps to Reproduce:
1. Enter a negaive margin in "Margins & Header/Footer", for instance -1 inch
2. Compare the result with a setting of +1 inch.
Actual Results:
border is moved into the wrong direction
Expected Results:
border is moved to the right direction
| Assignee | ||
Comment 1•23 years ago
|
||
Negative margins are not supported, although it may be a minor bug that negative
ones are converted over to positive obnes.
Priority: -- → P5
Target Milestone: --- → Future
If negative margins are not supported, maybe Mozilla should warn users if they
enter such ones before converting them to positive margins.
Mozilla 1.2b 2002102605, File / Page Setup, Margins & Header/Footer
Tried to enter negative values, but the box didn't accept "-" so I couldn't
enter negative values.
Is this FIXED?
| Assignee | ||
Comment 4•23 years ago
|
||
I think the real bug is that negative values get converted to positive ones. A
neg value should be converted to zero
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•23 years ago
|
Summary: Margins less than zero are incorrect handled → Margins less than zero are incorrectly handled
Comment 5•21 years ago
|
||
just for the notes, on win32 you simply cant enter a - with 1.8a now
Comment 6•21 years ago
|
||
> just for the notes, on win32 you simply cant enter a - with 1.8a now
same thing on linux (see also comment 3)
marking WORKSFORME
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•