View Issue Details

IDProjectCategoryView StatusLast Update
0005193JEDI VCL00 JVCL Componentspublic2010-04-04 20:27
ReportertetarddAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.39 
Target VersionFixed in Version 
Summary0005193: TJvListView.OnItemChecked triggered while it should not
DescriptionThe attached demo shows the problem:

If I have a TJvListView with items in it as design-time, the CheckBox property set to True, you have the TJvListView.OnItemChecked being triggered repeatedly when the control is being created, even if all the items are not checked and no user action yet occured.
You'd expect that this event would occur only when the items are being checked (OnItemChecked).

Try the demo: 3 times the OnItemChecked event is fired before the app shows while clearly, no checked state changed occured.
TagsNo tags attached.

Activities

2010-03-13 14:14

 

Bug JvListView.zip (458,626 bytes)

AHUser

2010-04-02 13:49

developer   ~0017347

OnItemChecked comes from the VCL's TListView control. Replacing the TJvListView by a TListView shows the same (mis-)behavior.
I don't think that we can do anything in this case.

tetardd

2010-04-04 18:47

reporter   ~0017354

OK, I did not check that. This post can be closed then. Thanks for tackling it.

Issue History

Date Modified Username Field Change
2010-03-13 14:14 tetardd New Issue
2010-03-13 14:14 tetardd File Added: Bug JvListView.zip
2010-04-02 13:49 AHUser Note Added: 0017347
2010-04-04 18:47 tetardd Note Added: 0017354
2010-04-04 20:27 AHUser Status new => resolved
2010-04-04 20:27 AHUser Resolution open => fixed
2010-04-04 20:27 AHUser Assigned To => AHUser