|
I had a look, and there's a line missing from
event/dragevent.js
On line 120, before "// Properties for the
event" insert this:
// invokes the ondrop event if
activated:
if (lyr.parent.DragDrop) lyr.parent.DragDrop(lyr); Then it works, I'll post this as patch
also.
Another thing, in ext/dragdrop.js this line has
been removed:
DynDocument.prototype.DragDrop=DynObject.prototype.DragDrop;
Wasn't that in there to enable dragdrop in frames?
Why is it gone?
Cheers,
Richard Bennett [EMAIL PROTECTED]
www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) visit the DynAPI homepage (and FAQ) :: http://dynapi.sourceforge.net/dynapi/index.php?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi
|
- [Dynapi-Dev] The ondrop event does not seem to work with l... Chris Shreve
- Re: [Dynapi-Dev] The ondrop event does not seem to wo... Doug Melvin
- Re: [Dynapi-Dev] The ondrop event does not seem to wo... Chris Shreve
- Re: [Dynapi-Dev] The ondrop event does not seem t... Doug Melvin
- Richard Bennett
