Page 1 of 1

Small mouse scrolling bug

Posted: Fri Mar 06, 2009 5:28 am
by moose1999
A small and sort of odd bug:
I can't scroll menues and reports with the mouse-wheel - unless I left-click on the dot on the scrolling bar first...
That gets a little annoying after a while...

RE: Small mouse scrolling bug

Posted: Fri Mar 06, 2009 6:57 am
by EisenHammer
I have the same problem also.

RE: Small mouse scrolling bug

Posted: Fri Mar 06, 2009 4:20 pm
by ericbabe
It's actually a Windows thing: the windows don't generate the mousewheel message unless they are activated by having been left-clicked.  In some places we catch the topmost mousewheel message and pass it along to the proper window, but in some cases it isn't easy to figure out which subwindow gets the mousewheel message.  (I hope this makes some small amount of sense.)