View Issue Details

IDProjectCategoryView StatusLast Update
0000075Slicer3Command Line Modules (Applications/CLI)public2010-04-08 11:54
Reporterleue Assigned Tomillerjv  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000075: Floating-point params are rounded off to one digit right of decimal point in GUI
Description

The execution model accepts the user input for <float> and <double> parameters and will use all the precision that the user inputs, e.g., 1.971053. However, after the user hits the Apply button, the input number is rounded off in the GUI so that it has only a single digit to the right of the decimal point, e.g. 2.0 for this example. This is BAD. It doesn't matter what <step> is set to. The GUI ought to preserve and display whatever precision the user entered.

Additional Information

Windows XP, SP2, but I bet this one exists in all versions.

TagsNo tags attached.

Activities

pieper

pieper

2007-11-20 10:08

administrator   ~0000162

Anything new on this?

pieper

pieper

2007-11-20 10:08

administrator   ~0000163

Maybe there should be a resolution attribute for the parameters?

millerjv

millerjv

2010-04-08 11:54

developer   ~0001505

I think this was resolved a while back. Had to do with the specific call used to set the value in KWWidgets

Issue History

Date Modified Username Field Change
2007-05-30 11:46 leue New Issue
2007-08-15 12:22 pieper Assigned To => millerjv
2007-08-15 12:22 pieper Status new => assigned
2007-11-20 10:08 pieper Note Added: 0000162
2007-11-20 10:08 pieper Note Added: 0000163
2010-04-08 11:54 millerjv Note Added: 0001505
2010-04-08 11:54 millerjv Status assigned => closed
2010-04-08 11:54 millerjv Resolution open => fixed