sconcelos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 20 May, 2001 07:18
Subject: [Dynapi-Help] Probable typo on scrollpane.js
> Hi, I thing I found what seems to be a typo on scrollpane.js. On lines
> 104-105, bh and bw are assigned to odd values, as follow
Hi, I thing I found what seems to be a typo on scrollpane.js. On lines
104-105, bh and bw are assigned to odd values, as follows:
var bw = o.hbar.h;
var bh = o.vbar.w;
I think the variables should be interchanged, as in:
var bh = o.hbar.h;
var bw = o.vbar.w;
I a