View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003804 | JEDI VCL | 00 JVCL Components | public | 2006-07-11 02:04 | 2006-09-29 06:31 |
Reporter | dJabber | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.10 | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003804: TJvTreeView : OnChanging event fires twice when AllowChange=false | ||||
Description | OnChanging event fires twice when user changes selected item by mouse and AllowChange parameter in Onchanging handler is false | ||||
Additional Information | I think this happens because in CN_NOTIFY(NM_CLICK, NM_RCLICK) handler in TJvTreeView is assigned as following: Selected:=node but it's default behavior - when user clicks or r_clicks on the treeview item, the selection changes, so to we should "Return nonzero to prevent default processing" and after all custom processing we should assign Msg.Result:=1 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-07-11 02:04 | dJabber | New Issue | |
2006-08-30 07:48 | obones | Note Added: 0010045 | |
2006-08-30 07:48 | obones | Status | new => feedback |
2006-09-29 06:31 | obones | Status | feedback => resolved |
2006-09-29 06:31 | obones | Fixed in Version | => Daily / SVN |
2006-09-29 06:31 | obones | Resolution | open => fixed |
2006-09-29 06:31 | obones | Assigned To | => obones |
2006-09-29 06:31 | obones | Note Added: 0010232 |