Attached zip contains an update for scrollbar_light (bug fixes)
and the new scrollpane_light.
 
as ever: html files in /examples/
js files in /src/gui/
 
Now for the bug.. IE specific (IE 5.50-sp2 on win2k-sp3)
There is a bug in getContentWidth() where if the content's width is less than the layer's current width,
the layer's current width is returned rather than the new content's width.
 
This can be tested using the attached scrollpane example.
I have tracked the bug to the getcontentwidth, but I am currently unable to figure out why this is.
 
You will note that when you try the example in NS it is okay. but in IE
when you set the scrollpane's content to 600x600, then back down to 300x300, the width of the layer will remain at
600. getContentWidth() will return 600. even thos the table is specifically set at 300 (or 100)
 
getContentHeight() works as expected.

Attachment: scrollpane_light-and-Scrollbar_light.zip
Description: application/compressed

Reply via email to