INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: syserror on January 07, 2005, 09:25:23 pm

Title: MC11 - bug editing custom fields of type percentage
Post by: syserror on January 07, 2005, 09:25:23 pm
XP SP1, MC11 .168

Add a custom extended field 'foo'.  Choose 'Percentage' for data type.  Customize view to include this new custom field.

Choose a piece of content.  Edit the new field 'foo' either from the field at the content list, or the tag info box (behavior is the same).

Entering 100% results in the value 10000%
Entering 1 results in the value 100%
Entering .56 results in the value 56%
Entering 56% results in the value 5600%
Entering .56% results in the value 56%

It would make sense to allow say '.56' and '56%' to mean the same thing (they do on my calculator), but it is currently incorrectly ignoring the '%' and just treating the raw # part of any value entered as a decimal value.

Aaron