View Issue Details

IDProjectCategoryView StatusLast Update
0005470JEDI VCL00 JVCL Componentspublic2011-09-21 11:40
Reporteralex_90Assigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.40 
Target VersionFixed in Version 
Summary0005470: Incorrect behavour of jvcl validators
DescriptionUnit 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.
TagsNo tags attached.

Activities

obones

2011-02-15 13:51

administrator   ~0018357

Please provide the zipped sources of a sample application showing this.

obones

2011-06-07 17:38

administrator   ~0018596

any news?

obones

2011-09-21 11:40

administrator   ~0018913

No news, suspending the issue

Issue History

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