Bugs item #423938, was opened at 2001-05-14 14:35
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105757&aid=423938&group_id=5757

Category: DynAPI 2 Browser-Specific
Group: Verified
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Fletcher (mark_j_f)
Assigned to: Nobody/Anonymous (nobody)
Summary: DynAPI Scrolling issue with NS6.0

Initial Comment:
Hi, 

Details about the platform(s) upon which the bug was 
detected. 

System: Apple Mac G3 
OS: MacOS9 
Browser: Netscape v 6
Netscape6 Mozilla/5.0(Macintosh;N;PPC;en-GB;m18) 
Gecko/20001108 Netscape6/6.0

System: Compaq Deskpro 733
OS: Windows2000 (no service pack)
Browser: Netscape v 6
Netscape6 Mozilla/5.0(Windows;U;Windows NT-5;en-
US;m18) Gecko/20001108 Netscape6/6.0

Using: DynAPI v2.53 

Bug description: The bug was found on the above 
configuration while viewing the example file 

dynapi/examples/dynapi.gui.scrollpane.html 

In NS6.0 on the both Mac and PC, bug manifests itself 
in same circumstances. When the user loads the afore 
mentioned file, the label is displayed, but the 
scrollpane isnt. The user has ensured that the 
labelsize is set to dimensions greater than the 
scrollpane size. 

The only apparent workaround for this bug is to 
refresh the page. After this the page is downloaded 
correctly and the user can use the scrollpane normally.


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

Comment By: Tim Jacobs (tim_jacobs)
Date: 2003-03-05 09:53

Message:
Logged In: YES 
user_id=725670

Sorry, my solution didn't work for button images, only for 
dynimages.

Maybe there is a problem with the way button images use 
dynimage code? For instance, should bRedraw be set to true 
in some/all of the setImage() calls?



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

Comment By: Tim Jacobs (tim_jacobs)
Date: 2003-03-04 13:46

Message:
Logged In: YES 
user_id=725670

I have had a similar problem with Mozilla on my Unix 
workstation.

You can test the following (simple) solution for the 
dynapi.gui.buttonimage.html example:
just put the "addChild" command (that adds the buttonImage 
to its parent layer) BEFORE you do the "setImage" that 
displays the image. Apparently, Mozilla can only setImage a 
layer that already is a child of another layer.

Perhaps your scrollbar problem has a similar solution.

I first encountered this problem when trying to display an 
image animation (using a DynImage). In internet explorer it 
worked just fine, but Mozilla didn't give me the image until I 
put the first setImage of the animation (that displays the first 
frame) after the addChild() call that adds the DynImage to its 
viewport (=parent layer).

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

Comment By: steven seah (stevenseahkl)
Date: 2001-07-13 05:33

Message:
Logged In: YES 
user_id=268682

same problem here, any fixes? it becomes weirdo if U put it 
into frames... after the scorllbar finally comes up and 
working fine and u reload the page, it dissapears again! in 
NS6.0

- PC windows2000
- NS6.0

The only crued fix for me so far is to:
1) write a mess for NS6 users to reload the page to see 
scrolbar
2) then when user reload page it location.replace with the 
another file but same code. this seems to work?!?!(weird) 
and u can reload it as many times as u want to, and it will 
still work.
3) I am not a programmer, so I do not know how and where to 
fix the dynimage.js if it is in fact the main problem 
behind all this.

AGAIN, any fixes? :)

Steven Seah

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

Comment By: Yurij Silvestrov (yura_silver)
Date: 2001-05-15 06:21

Message:
Logged In: YES 
user_id=184633

It isn't a bug of scrollpane itself. It's a bug of DynImage.

To verify this, try to open dynapi.gui.buttonimage.html 
from local hard disk. You can observe such behavior both in 
NS6 and IE4 (but only first time! if you can see a button, 
rename dynapy folder and try again).

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

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


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to