Re: MousWheel handling

2002-04-24 Thread Juergen Vigna
On 24-Apr-2002 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| Lars could you please explain me the wheel_jump value? Shouldn't it be >| a value in % of the workarea-height? As it is now it seems that it is >| the number of rows to scroll, but then we have a hack in s

Re: MousWheel handling

2002-04-24 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Lars could you please explain me the wheel_jump value? Shouldn't it be | a value in % of the workarea-height? As it is now it seems that it is | the number of rows to scroll, but then we have a hack in scrollDown | which set's this to the workarea-heigh

MousWheel handling

2002-04-24 Thread Juergen Vigna
Lars could you please explain me the wheel_jump value? Shouldn't it be a value in % of the workarea-height? As it is now it seems that it is the number of rows to scroll, but then we have a hack in scrollDown which set's this to the workarea-height - (defaultHeight)! IMO this is pretty stupid. IMO