Opened 11 years ago
Closed 11 years ago
#7717 closed enhancement (fixed)
Tree: Add DblClick support
Reported by: | rdunklau | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Tree DblClick double click events extension point | Cc: | |
Blocked By: | Blocking: |
Description
Add a proper "onDblClick" extension point just like the "onClick" extension point. It seems many people already hack the Dijit Tree to perform such an operation, so it would be great to add this behavior to the tree.
Attachments (2)
Change History (6)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | set to bill |
Summary: | [Tree] Add DblClick support → Tree: Add DblClick support |
Changed 11 years ago by
Attachment: | TreeDblClick.patch added |
---|
comment:2 Changed 11 years ago by
I attached a patch to provide DblClick? functionality to the tree, with a test case. It adds an user-overridable "onDblClick" method, and a "openOnDblClick" property
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Checked in by [15693], thanks for the patch!
Note: See
TracTickets for help on using
tickets.
I guess that makes sense.