View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005216 | JEDI VCL | 00 JVCL Components | public | 2010-04-01 09:26 | 2010-10-08 15:01 |
Reporter | brice | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005216: TJvCheckTreeView checkboxes loose states when component is hidden | ||||
Description | Checkboxes states loose their check states when the component is hidden (Visible := False and then Visible := True). Very easy to reproduce: 1- Set items check state using Checked := True 2- Set CheckTreeView.Visible := False 3- Set CheckTreeView.Visible := True => All the items are now unchecked. | ||||
Additional Information | Using JVCL 3.39 and Delphi 2010 on Windows 7. | ||||
Tags | No tags attached. | ||||
|
A way to avoid this is to force repaint on the component (through CheckTreeView.Repaint) avec the CheckTreeView.Visible := True, but it is not always possible (when the component is embedded within another one which doesn't provide its sources). |
|
Can you please upload a simple project that shows the bug? I can't reproduce it. |
|
No reaction, unable to reproduce |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-01 09:26 | brice | New Issue | |
2010-04-01 09:33 | brice | Note Added: 0017336 | |
2010-04-02 14:03 | AHUser | Note Added: 0017350 | |
2010-06-07 13:40 | obones | Status | new => feedback |
2010-10-08 15:01 | obones | Note Added: 0017777 | |
2010-10-08 15:01 | obones | Status | feedback => resolved |
2010-10-08 15:01 | obones | Resolution | open => unable to reproduce |
2010-10-08 15:01 | obones | Assigned To | => obones |