Bugs item #471656, was opened at 2001-10-16 02:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=471656&group_id=5757

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alessandro Forghieri (alien_life_form)
Assigned to: Nobody/Anonymous (nobody)
Summary: children toggle in dynlayer, dynimage

Initial Comment:
Using snapshot 2001_09_30.

On IE5/NT, the attached file triggers an exception 
of "this.doc.images[....] is null or not an object"
in dynimage, line 71.

On NS4.7, no exception is triggered but the beahvior 
is clearly incorrect.

after applying the following chancge to dynimage.js:

--- dynimage.js Tue Oct 16 11:19:42 2001
+++ dynimage.js~        Thu May 03 19:47:18 2001
@@ -68,9 +68,6 @@
                this.setHTML('<img 
name="'+this.id+'Image" src="'+imgObject.src+'"'+wh+' 
border=0>');
        }
        else if (this.created) {
-               if(!this.doc.images[this.id+'Image']) {
-                       this.doc.images
[this.id+'Image']=new Image();
-               }
                this.doc.images[this.id+'Image'].src = 
this.img.src;
        }
 };
@@ -136,4 +133,4 @@
                DynImage.timerId=null;
        }
 };


the exception disappears, however, the behavior is 
incorrect (layer is blanked and alternate content not 
displayed.)



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=471656&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to