View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003502 | JEDI VCL | 00 JVCL Components | public | 2006-02-10 07:05 | 2006-02-13 04:43 |
Reporter | s_belletti | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.10 | ||||
Target Version | Fixed in Version | 3.20 | |||
Summary | 0003502: JvValidateEdit don't accept '-' | ||||
Description | If 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 Information | I'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. | ||||
Tags | No tags attached. | ||||
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 |