I don't have a matrix for the CVS version but I will be putting one
together soon.  Right now I am just covering the release versions. =)
That should change this next weekend though.  I am having a small case
of too much day job this week...

M.

-----Original Message-----
From: Jordi - IlMaestro - Ministral [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 3:21 AM
To: [EMAIL PROTECTED]
Subject: [Dynapi-Dev] One more green


I'm doing some Mozilla/NS6 bugfixing. So far I've updated CVS with a
working
button widget. I guess that's one more green cell.

The bug:

The code checked for unexistant properties this way

if(this.imagelyr==null)

This worked fine untill now but Mozilla returns undefined properties as
'undefined', which is not equal to null. I replaced the condition with
if(!this.imagelyr)


_______________________________________________
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