On Wed, Oct 22, 2008 at 8:12 PM, Aaron Boodman <[EMAIL PROTECTED]> wrote:
> LGTM
>
> On Wed Oct 22 19:23:49 2008 PDT, nigeltao wrote:
>> 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.
>
> Sure.
>
> --
> To respond, reply to this email or visit 
> http://mondrian.corp.google.com/8685030
>

Reply via email to