From: Matthew A. S. <ms...@sh...> - 2001-02-15 16:57:23
|
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. =3D) 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:jmi...@or...] Sent: Thursday, February 15, 2001 3:21 AM To: dyn...@li... 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=3D=3Dnull) 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 Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |