[whatwg] Drag-and-drop feedback

On Sun, 11 Oct 2009, Garrett Smith wrote:
> 
> My question is:
> Which browser does document.initDragEvent work in?

Do you mean DragEvent.initDragEvent?


> Document.initDragEvent is inordinately long and cumbersome, taking 16 
> arguments, and requiring the creation of a DataTransfer object. That 
> seems extremely cumbersome just to get a drag event to fire. This method 
> doesn't seem to be implemented anywhere FWICT. Was it copied from an 
> existing implementation? It seems to have been an invention. But whose?

It's just the usual way things are done for events. I'll follow whatever 
DOM3 Events says to do.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 12 October 2009 04:37:48 UTC