sambaker / awe-core

Artefact Web Extensions JS core
MIT License
2 stars 1 forks source link

Awe.enableDrag breaks on simple usage #4

Open ericcroskeyartefact opened 12 years ago

ericcroskeyartefact commented 12 years ago

If one simply calls

Awe.enableDrag( myDomElement )

and drags the element, it breaks. Is it supposed to be able to handle this simple usage, or must you provide a config and handlers?

shyam-habarakada commented 12 years ago

seems like it should allow free form dragging when used in this mode. However, it would be a low-priority scenario because most real apps would want to configure how dragging behaves and attach callbacks for related hooks.