View Issue Details

IDProjectCategoryView StatusLast Update
0003502JEDI VCL00 JVCL Componentspublic2006-02-13 04:43
Reporters_bellettiAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.20 
Summary0003502: JvValidateEdit don't accept '-'
DescriptionIf the JvValidateEdit contain a negative number and the text is completely select the minus was ignored. The property "DisplayFormat" are set to "dfFloat".

Steps:
1: start new delphi project (I've try with delphi6 and delphi 2006)
2: insert a TJvValidateEdit
3: change property "DisplayFormat" to "dfFloat"
4: insert a negative number
5: select all the text
6: press '-'
Additional InformationI've already found where is the problem. The procedure "IsValidChar" only accept char '-' (and '+') if this is the first char and the text don't contain a minus.
But if the text is completely select the old text is insignificant.
TagsNo tags attached.

Activities

obones

2006-02-13 04:42

administrator   ~0008541

Thanks, this is now resolved in CVS, for dfInteger as well.

Issue History

Date Modified Username Field Change
2006-02-10 07:05 s_belletti New Issue
2006-02-13 04:42 obones Status new => resolved
2006-02-13 04:42 obones Resolution open => fixed
2006-02-13 04:42 obones Assigned To => obones
2006-02-13 04:42 obones Note Added: 0008541