View Issue Details

IDProjectCategoryView StatusLast Update
0001653JEDI VCL00 JVCL Componentspublic2004-04-16 10:10
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001653: TJvBaseValidator.Enabled has no effect
DescriptionOne could assume that setting TJvBaseValidator.Enabled to
False would not validate this item, but the item gets always
validated.
Additional InformationSolution:
add
      if Items[i].Enabled then
      begin
before Items[i].Validate; in TJvValidators.Validate
  
TagsNo tags attached.

Activities

user72

2004-04-16 10:10

  ~0003913

Good catch! That was the original intent although I must have forgotten it along the way. Fixed in CVS

Issue History

Date Modified Username Field Change
2004-04-16 07:35 anonymous New Issue
2004-04-16 10:10 user72 Status new => resolved
2004-04-16 10:10 user72 Resolution open => fixed
2004-04-16 10:10 user72 Assigned To => user72
2004-04-16 10:10 user72 Note Added: 0003913