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
Patched 2.57 dragevent.js