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
: 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
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
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