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

Reply via email to