#5266 closed enhancement (fixed)
Provide a reliable way to access the "before" attribute in the dnd handler.
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | DnD | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently there is not (easy) way to access the "before" attribute in the "/dnd/drop" handler. A discussion of this subject can be found in: http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/how-get-dnd-target-item
Please provide a way to access "before" and "current" in the dnd handler.
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | → 1.0.2 |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.0.2 → 1.1 |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.0.2 |
---|
looks like this was merged into the branch (trac forgot to log it) [11665]
Note: See
TracTickets for help on using
tickets.
(In [11661]) Implemented /dnd/drop/before topic. Fixes #5266.