https://bugs.freedesktop.org/show_bug.cgi?id=42747

--- Comment #4 from Stefan M <cluste...@web.de> 2012-03-26 08:50:39 PDT ---
Created attachment 59077
  --> https://bugs.freedesktop.org/attachment.cgi?id=59077
test cxase for wrongly interpretated currency fields in tablControls, created
with LibreOffice 3.5

The test case contains a simple table with two colmunns (real1, real2) and 
the corresponding form. The form contains two simple currency fields  at the
top (outside of a table control).

min/max values are set to 

+/-1000000.00 for real1  (default)
+/-12345.67 for real2

Both controls work as expected

The table control below contains two columns displaying real1 and real2 as well
(for demonstration purposes, nothing you would do in a real world application)

min/max values are set as above to:

+/-1000000.00 for real1  (default)
+/-12345.67 for real2

For row 1 of the table I set the values of real1 and real2 to their maximum
values.  As can be seen upon opening the form, the values displayed in the
table control are divided by 10^2 (2 being the decimal accuracy here). As long
as the values in the table control are not changed - only displayed, the values
in the table are still correct. Once you delete e.g. one digit in the table
control column and re-enter that very same digit (in effect not change the
value), the data actually gets changed in the table and the corresponding
simple currency control field at the top of the form.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to