State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:2.1v6|BugID:239437|
Problem summary:
Parameters and attributes representing individual numbers that are displayed using the standard widget (NumberFormWidget) are displayed (but not stored) as an integer if their value is sufficiently close to a non-zero value. 0.999999 is, reasonably, displayed as 1. However, -0.99999 is displayed as 0, -1.999999 as -1, etc.
Steps to reproduce:
A good way to demonstrate the issue is the following:
Expected behaviour:
The value is correctly rounded before truncation.
Actual behaviour:
Such negative values are truncated upwards.
Workaround:
No known workaround.
Reproduced versions/platforms:
Customer version/platform:
Not supplied.
We're sorry to hear that
Please tell us why