https://bugs.documentfoundation.org/show_bug.cgi?id=103757

ady <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FILESAVE, FORMATTING:       |FILESAVE, FORMATTING:
                   |Different limits for        |Overflow error for column
                   |column/row size in UI and   |width and row height
                   |filters                     |

--- Comment #7 from ady <[email protected]> ---
The way this report is presented, it would seem as if some generic behavior is
incorrect, whichever the values. But this is not the case.

The inconsistency, if we could call it this way, is only seen when the values
are higher than some limit.

When the value for cell's height or width is greater than some supported
maximum, the value that is saved is not fixed to such maximum, but rather to
some kind of overflow.

Example:

* column width or row height set to 650mm > saved as 649.99 mm, OK.
* column width or row height set to 660mm > saved as 4.62mm, KO.
* column width or row height set to 670mm > saved as 14.64mm, KO.

In each case, set the value, save the file, reload the file; then check the
value again.

So, whether with or without some real limit to row height and/or column width
values (IDK whether there are), there is some kind of overflow error when
saving the values.

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

Reply via email to