Opened 12 years ago
Closed 12 years ago
#7437 closed enhancement (fixed)
[patch][cla] Allow dijit.Tree to specify a drag threshold
Reported by: | Revin Guillen | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
#7436 has a patch to allow you to specify a drag threshold for dojo.dnd.Source as a guard against accidental drags. Attached is a patch to add the same behavior to the dijit.Tree DnD implementation.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | tree-dnd-drag-threshold.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.2 → tbd |
---|
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Looks good, I'll check this in. Thanks for the patch!
(I'm changing "delay" to "dragThreshold" because "delay" sounds like a timing thing for animations, or for the Tooltip display, etc.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Allow dijit.Tree DnD to specify a drag threshold; Revin Guillen, CLA on file