View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005470 | JEDI VCL | 00 JVCL Components | public | 2011-01-29 23:36 | 2011-09-21 11:40 |
Reporter | alex_90 | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 3.40 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005470: Incorrect behavour of jvcl validators | ||||
Description | Unit JvValidators.pas Line 780: "if Items[I].Enabled and ((Items[I].GroupName = '') or AnsiSameText(GroupName, Items[I].GroupName)) then " must be "if Items[I].Enabled and ((GroupName = '') or AnsiSameText(GroupName, Items[I].GroupName)) then" In the other case we have incorrect validator's behavour when try to validate any group. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-01-29 23:36 | alex_90 | New Issue | |
2011-02-15 13:51 | obones | Note Added: 0018357 | |
2011-02-15 13:51 | obones | Status | new => feedback |
2011-06-07 17:38 | obones | Note Added: 0018596 | |
2011-09-21 11:40 | obones | Note Added: 0018913 | |
2011-09-21 11:40 | obones | Status | feedback => resolved |
2011-09-21 11:40 | obones | Resolution | open => suspended |
2011-09-21 11:40 | obones | Assigned To | => obones |