Project

General

Profile

Actions

Bug #20288

closed

Eval of double2 doesn't work

Added by Steffen Kamper about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-04-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If a field has eval double2 it should be result in a double with precision 2. This works for most values, but some not.
Example:

-1,75 => -1.75
12 => 12.00

but

0,75 => 0.75
,5 => 0.50

It's not possible to enter a value between -1 and 0

(issue imported from #M10861)


Files

10861.diff (1.54 KB) 10861.diff Administrator Admin, 2009-04-07 11:50
T3X_test_fields.t3x (9.95 KB) T3X_test_fields.t3x Administrator Admin, 2009-04-07 11:50
bug10861-v4.patch (3.55 KB) bug10861-v4.patch Administrator Admin, 2009-05-20 17:52
Actions

Also available in: Atom PDF