View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005193 | JEDI VCL | 00 JVCL Components | public | 2010-03-13 14:14 | 2010-04-04 20:27 |
Reporter | tetardd | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005193: TJvListView.OnItemChecked triggered while it should not | ||||
Description | The 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. | ||||
Tags | No tags attached. | ||||
2010-03-13 14:14
|
Bug JvListView.zip (458,626 bytes) |
|
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. |
|
OK, I did not check that. This post can be closed then. Thanks for tackling it. |
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 |