#17207 closed defect (fixed)
[regression] Tree's open on double click no longer works
Reported by: | rjh | Owned by: | liucougar |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.1 |
Component: | Dijit | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It seems like Tree's open on double click is no longer working. In the _onDblClick function, there is a check for openOnClick instead of openOnDblClick.
if(nodeWidget.isExpandable && (this.openOnClick || isExpandoClick)){ // expando node was clicked, or label of a folder node was clicked; open it this._onExpandoClick({node: nodeWidget}); }else{ this._publish("execute", { item: nodeWidget.item, node: nodeWidget, evt: e }); this.onDblClick(nodeWidget.item, nodeWidget, e); this.focusNode(nodeWidget); }
Change History (5)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9.1 |
---|---|
Owner: | set to liucougar |
Status: | new → assigned |
Summary: | Tree's open on double click no longer works → [regression] Tree's open on double click no longer works |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 8 years ago by
It didn't show up here, but I backported the fix to 1.9 in 9dcc6d79dbc9f774fa8a1fdbc3acab894c3d8306.
Note: See
TracTickets for help on using
tickets.
Looks like a regression from 7cb9eef2ebbb72c5bfb339d72e1abb02975990f1 (#16993), Cougar can you fix: