[Dynapi-Dev] mouse.js (Dynapi 2.54)

2001-10-08 Thread David Liersch
Hi, I am a first time user of Dynapi and I am so glad this wonderful library exists. Developing DHTML without worrying about browser compatibility is a tremendous gift, thank you! But I am notoriously curious and worked through all of the code of the library after learning as much about DHTML an

Re: [Dynapi-Dev] mouse.js bug on DynAPI?

2001-07-13 Thread Doug Melvin
: Friday, July 13, 2001 12:57 PM Subject: [Dynapi-Dev] mouse.js bug on DynAPI? 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.get

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

2001-07-13 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

[Dynapi-Dev] mouse.js

2001-05-11 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" && typ