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 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-Dev] Fixed bug for IE in events.js
>> 
>> 
>> 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 will return wrong coordinates for nested DynLayers when using
>> e.getX()/e.getY() in EventListeners.
>> 
>> Would be nice if you include this fix in the CVS. I have attached 
>> a copy of
>> the latest events.js from CVS including the above update.
>> 
>> Best regards and keep up the excellent work!
>> 
>> Christof
>> 

> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev



_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to