View Issue Details

IDProjectCategoryView StatusLast Update
0003804JEDI VCL00 JVCL Componentspublic2006-09-29 06:31
ReporterdJabberAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.30 
Summary0003804: TJvTreeView : OnChanging event fires twice when AllowChange=false
DescriptionOnChanging event fires twice when user
changes selected item by mouse and
AllowChange parameter in Onchanging handler is false
Additional InformationI 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
TagsNo tags attached.

Activities

obones

2006-08-30 07:48

administrator   ~0010045

Please try with the latest version from SVN and provide the zipped sources of a sample application showing this.

obones

2006-09-29 06:31

administrator   ~0010232

No news, assuming this is fixed.

Issue History

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