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

Category: DynAPI 2 Widgets
Group: Verified
Status: Open
Resolution: None
Priority: 5
Submitted By: Alessandro Forghieri (alien_life_form)
Assigned to: Nobody/Anonymous (nobody)
Summary: Scrollpane in IE5/NT, NS4.7/NT

Initial Comment:
Setting the content of a scroll pane to the same label
twice erases the scroller completely (scrollbars 
included).

It shows up in the example supplied with the 
distribution by selecting allthe label links then 
starting from label 1 again - this results in a grey 
box.

NS6.1 does the same, though the scrollpane fails to 
work completely there...

If this is intended behavior, it shoud be documented 
and a workaround mentioned.




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

>Comment By: Alessandro Forghieri (alien_life_form)
Date: 2001-10-16 02:23

Message:
Logged In: YES 
user_id=13475

I can get a very similar (and I bet related) behavior with 
the attached file (which highlights a separate bug...).
After getting rid of the error box by changing dynimage.js
as follows (look around line 71):

<pre>
--- 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;
        }
 };
</pre>

Clicking on the links will result in the erasure of the 
content...


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

Comment By: Alessandro Forghieri (alien_life_form)
Date: 2001-10-16 00:26

Message:
Logged In: YES 
user_id=13475

I forgot:
Bug shows up in release, snapshot and alternate 
implementation. Refreshing the page restores original 
appearence.

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

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

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

Reply via email to