From: Doug M. <do...@cr...> - 2003-04-06 01:32:29
|
There is a bug with anchors.. When I add a mouse listener toa layer which hss the blackboard enabled I get the following error --- JavaScript Error: file:///E|/code/DynAPI3x/src/api/mouse_ns4.js, line 169: this.doc.images has no properties. --- The error occured in Netscape 4.8 Example code: var theLayer =3D DynAPI.document.addChild(new = DynLayer(null,200,10,100,100,"blue")); theLayer.enableBlackboard(); //comment this out to get rid of error theLayer.addEventListener({onclick : function(evt){alert('ouch! You = clicked me!')}}); --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003 |