Patches item #425831, was updated on 2001-05-20 23:54
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=425831&group_id=5757
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Richard Bennett (richard_bennett)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in scrollpane
Initial Comment:
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 already made the changes on my local copy and
everything works OK. The error
is not very noticeable because with the theme
MetalScrollPane both variables
have roughly the same value. I was trying to build a
different theme with
wider vertical scrollbars (and no horizontal ones),
when I hit the bug.
Regards,
Dario
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=425831&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev