Bug Data
ID: |
#0079 |
Status: |
Fixed |
Severity: |
Enhancement |
Reporter: |
Rob Krueger
|
Submitted: |
03-04-09 13:45 |
|
Product Data
Product: |
|
Ample SDK |
Component: |
|
Drag & Drop |
Version: |
|
0.8.x |
OS: |
|
> Any |
Browser: |
|
> Any |
|
|
Description
FR: Moving node as default action of drop event |
|
In many locations when using Drag&Drop manager we have to write: ondrop="if (event.relatedTarget.parentNode != this) this.appendChild(event.relatedTarget)"
that actually signals on that this should be a default action of the drop operation.
Would it be an option to implement such a feature in the manager? |
|
|
Messages written for this bug
Reporter: |
Lev Matematik
|
Submitted: |
19-06-10 01:57 |
Message: |
As of 0.9.2 you can set event.dataTransfer.dropEffect = 'move' to get the desired effect in dragover or dragenter handlers |
|
Add a message
|