Bugs item #482088, was opened at 2001-11-15 06:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=482088&group_id=5757
Category: DynAPI 2 Events Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Groesswang (chris5020) Assigned to: Nobody/Anonymous (nobody) Summary: NS4 Problem with Drag and dblClick-Event Initial Comment: Hi When I add an drag and an dblClick-Event to a layer, in NS4.7(Win32) the dblClick doesn't work. (IE 5 and NS 6.1 works fine) When I have just one of them, each works fine. only in combination Here is the sample of the Code dPad=new DynLayer(null,10,10,40,20,'#000000',null,10) DragEvent.enableDragEvents(dPad) DragEvent.setDragBoundary(dPad) b=new EventListener() b.ondblclick =function(e) { alert('yup') } dPad.addEventListener(b) DynAPI.document.addChild(dPad) can anyone help? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=482088&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/