======================================================================== http://mondrian.corp.google.com/file/9908094///depot/googleclient/gears/opensource/gears/desktop/drag_and_drop_utils_ie.cc?a=3 File //depot/googleclient/gears/opensource/gears/desktop/drag_and_drop_utils_ie.cc (snapshot 3) ------------------------------------ Line 192: type == DRAG_AND_DROP_EVENT_DRAGOVER) { if (type != DRAG_AND_DROP_EVENT_DROP) looked good to me ... (continued at @196) ------------------------------------ Line 194: CComPtr<IHTMLDataTransfer> data_transfer; ou can remove this line ------------------------------------ Line 196: FAILED(window_event->put_returnValue(CComVariant(false)))) { ... and it is a tricky issue. If we don't cancelBubble, then maybe we don't set the return value either, so this line could go.
The result is this routine becomes a cursor setter, for "none", "copy", via the boolean acceptance. Thoughts? ======================================================================== -- To respond, reply to this email or visit http://mondrian.corp.google.com/9908094
