On Thu, Oct 23, 2008 at 5:08 AM, Aaron Boodman <[EMAIL PROTECTED]> wrote:
> What about moving the drag callbacks onto dropTarget too? Like this...
>
> var dropTarget = desktop.registerDropTarget(elm);
> dropTarget.ondragstart = ...
> dropTarget.ondrag = ...
>
> dropTarget.cancel();
>
> Just an idea, I haven't thought this out totally.

That's an interesting idea. I haven't thought through all the
ramifications of being able to modify a dropTarget after it's been
registered, so can I mark it down as outside the scope of this CL?

I do intend to have a thorough discussion of the API at some point
soon, and I'm not opposed to changing the API before we eventually
launch, but I thought it would help to have some working code in trunk
to point to first.

Reply via email to