RE: Re[2]: [Dynapi-Dev] Fixed bug for IE in events.js

2001-03-08 Thread Christof Pohl
rsday, March 08, 2001 10:46 PM > To: Christof Pohl > Subject: Re[2]: [Dynapi-Dev] Fixed bug for IE in events.js > > > > Do you have an example of where it is incorrect? > > -- > Robert Rainwater > > > On 3/8/2001, 4:33:05 PM EST, Christof wrote about "[Dynapi-

Re[2]: [Dynapi-Dev] Fixed bug for IE in events.js

2001-03-08 Thread Robert Rainwater
Do you have an example of where it is incorrect? -- Robert Rainwater On 3/8/2001, 4:33:05 PM EST, Christof wrote about "[Dynapi-Dev] Fixed bug for IE in events.js": > Hi! > The bug is still present. Please update the CVS. :-) > Christof >> -Original Mes

RE: [Dynapi-Dev] Fixed bug for IE in events.js

2001-03-08 Thread Christof Pohl
Hi! The bug is still present. Please update the CVS. :-) Christof > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christof > Pohl > Sent: Tuesday, February 27, 2001 4:19 PM > To: [DynAPI Dev] Mailingliste > Subject: [Dynapi-

[Dynapi-Dev] Fixed bug for IE in events.js

2001-02-27 Thread Christof Pohl
Hi! In the current Release & CVS version of DynAPI 2 is a bug for IE in src/lib/dynapi/api/events.js. In the setEvent function lines 34 and 35 of the current CVS version should be changed to this.x=is.ie?e.x-this.src.getPageX():e.layerX; this.y=is.ie?e.y-this.src.getPageY():e.layerY; or IE