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 = 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 |
- Re: [Dynapi-Dev] Bug with anchors. (NS 4x) Doug Melvin
- Re: [Dynapi-Dev] Bug with anchors. (NS 4x) Raymond Irving
- Re: [Dynapi-Dev] Bug with anchors. (NS 4x) Doug Melvin