Opened 14 years ago
Closed 14 years ago
#2395 closed defect (fixed)
DnD onDropStart not called properly
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DnD | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
At line 230 in HtmlDragManager? (in my version), the code that looks like this:
this.currentDropTarget.onDropStart();
... should look like this:
this.currentDropTarget.onDropStart(e);
Currently the event object is not being sent, although the documentation says that it should be (and i prefer the documentation's point of view).
Matthew Lohbihler ml at serotoninsoftware dot com
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Eugene Lazutkin |
---|
comment:2 Changed 14 years ago by
Component: | General → DnD |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 0.9.