[Dynapi-Help] mouse.js bug on DynAPI?

2001-07-08 Thread Gabriel Suchowolski
I found on IE5.5 WIN32 (I don't know on other platform on IE and other IE versions) that mouse.js mesure the position of the mouse relative to the layer with   evt.x=is.ie?e.x-evt.src.getPageX():e.layerXevt.y=is.ie?e.y-evt.src.getPageY():e.layerY   that returns values of x,y bigger of 0 when m

Re: [Dynapi-Help] mouse.js

2001-05-13 Thread Richard Bennett
ported to DynAPI2.53) 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 - Original Message - From: "Matt Fair" <[EMAIL PROTECTED]> To: <

RE: [Dynapi-Help] mouse.js

2001-05-13 Thread Digital Strider
tery bug" it actually causes a bug. Synopsis: Remove the vile thing! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Fair Sent: Saturday, May 12, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: [Dynapi-Help] mouse.js As seen in http://dynapi.

[Dynapi-Help] mouse.js

2001-05-12 Thread Matt Fair
As seen in http://dynapi.sourceforge.net/snapshot/src/dynapi/examples/dynapi.event.dragevent.html, but happens when ever there is a mouse down event. when you click down on the red box an alert box pops up explaining there is an error in mouse.js on line 128. (is.ns4 && is.platform=="other" && t