Patches item #506978, was opened at 2002-01-22 05:37
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=506978&group_id=5757
Category: DynAPI 2 Event
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andy Short (sh0rtie)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.57 "frame.lyrobj" dragevent.js patch
Initial Comment:
Our old friend the error "frame.lyrobj" has re-
surfaced again in v2.57 dragevent.js this patch will
cure it simply replace the original function with this
DragEvent.enableDragEvents=function(dlyr,doc) {
if (!dlyr.isDynLayer) return;
dlyr.addEventListener(DragEvent.lyrListener);
var dyndoc=doc||DynAPI.document;
if (dlyr.frame) dyndoc=dlyr.frame.lyrobj;
dyndoc.addEventListener(DragEvent.docListener);
dyndoc.dragEnabled=true;
};
or simply download the already patched dragevent.js
and place in your "event" directory overwriting the
old one
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=506978&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/