Re: Handle drop to WebView: WebDragDestinationActionDHTML

2010-10-27 Thread Mike Abdullah
Subclass WebView and override the standard NSDraggingDestination methods. On 28 Oct 2010, at 00:19, Wayne Shao wrote: > I would like to handle drop to WebView to not load the dropped object, but > to perform some customized action. > However, I ran into similar issues as described here: > > htt

Handle drop to WebView: WebDragDestinationActionDHTML

2010-10-27 Thread Wayne Shao
I would like to handle drop to WebView to not load the dropped object, but to perform some customized action. However, I ran into similar issues as described here: http://lists.apple.com/archives/webkitsdk-dev/2005/May/msg00046.html Basically, for these two callbacks in WebUIDelegate, - A. –