That was some fast work..
The fix works.. do put it in cvs..
----- Original Message -----
From: "Raymond Irving" <xw...@ya...>
To: <dyn...@li...>
Sent: Saturday, April 05, 2003 7:23 PM
Subject: Re: [Dynapi-Dev] Bug with anchors. (NS 4x)
> Wow! Never tested that one at all. The fixed is
> attached.
>
> Keep up the good work
>
> --
> Raymond Irving
>
> --- Doug Melvin <do...@cr...> wrote:
> > 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
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
---
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
|