views:

82

answers:

1

I'm working on a simple view in my app that allows a user to drag an item from a list control and drop it onto a textarea.

Seems the dragEnter event fires just fine, but the dragDrop event does not.

A: 

i forgot to add the textarea as a drop target during my drag enter handler. :P

E-Madd