You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/11/25 03:35:54 UTC

[Issue 126693] New: Valid table width values are rejected

https://bz.apache.org/ooo/show_bug.cgi?id=126693

          Issue ID: 126693
        Issue Type: DEFECT
           Summary: Valid table width values are rejected
           Product: Writer
           Version: 4.1.0
          Hardware: Mac
                OS: Mac OS X 10.11
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: formatting
          Assignee: issues@openoffice.apache.org
          Reporter: njaganathanp2014@my.fit.edu

Created attachment 85165
  --> https://bz.apache.org/ooo/attachment.cgi?id=85165&action=edit
Replication procedure

Build: 9764

The replication procedure can be found in the attached file.

Though the attachment shows failure for only one value of Table Width, thats
not the only case.

In general, the Table width variable rejects changes from x" to (x + 0.01)"
where,
x is a value with 2nd decimal digit (1/100) to be an even number. 
like, 5.02, 5.04, etc.

In case of other valid values, where the digit is odd, I don't see any failure.

Also, x" to (x - 0.01)" doesn't fail.

Note: this is true only for adjacent values. Resizing from 6.90" to 6.93"
works.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126693] Valid table width values are rejected

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126693

bmarcelly <ma...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |marcelly@club-internet.fr
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from bmarcelly <ma...@club-internet.fr> ---
I can reproduce on Windows 7 and AOO 4.1.1.

The second decimal digit displayed sometimes does not change, as you explain;
and the table width does not change (verified on the table object).
But I find the bug only with alignment Center. No problem with alignment Right
or alignment Left.

Same problem with unit centimeter instead of inch : the second decimal digit
sometimes does not change.

But if you really need precision, use centimeter or millimeter instead of inch
!
OpenOffice measurement calculations have an internal precision of 1/100 mm.

Inch  Millimeters
6.92  175.77
6.93  176.02
6.94  176.28
6.95  176.53

Menu Tools > Options > OpenOffice Writer > General > Measurement unit

-- 
You are receiving this mail because:
You are the assignee for the issue.