Ticket #373 (assigned enhancement)
async onDrop
| Reported by: | ilia | Owned by: | elazutkin |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | DnD | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently I can neither do async drops nor indicate waiting state on drop. That's because DragManager? needs return value from onDrop.
I suggest to change it. onDrop may return
- true => success
- false => failure
- null => DragManager? put into lock state (no dnd available) and wait for async request to return a value and unlock it.
Change History
Note: See
TracTickets for help on using
tickets.