Scrolling doesn't work [solved]

Found a bug or something that needs fixing?
Post Reply
twinsen
Posts: 109
Joined: Mon Dec 27, 2010 3:17 pm

Scrolling doesn't work [solved]

Post by twinsen »

There are a number of conditions that break scrolling with the mouse wheel.
Eg if the mouse is over the name or type column while the "folders" tree is hidden, scrolling wont work, but if you move the mouse to the right a bit it suddenly starts working.
The code seems to send the scroll event to the tree view even though it is hidden.

Here is a patch to fix it:
ScrollDoesNotWork_R163_patch.7z
(353 Bytes) Downloaded 537 times
Here is an exe with the fix:
http://members.iinet.net.au/~bertdb/rya ... sen_1.7.7z
Last edited by twinsen on Sat Jan 15, 2011 6:52 pm, edited 1 time in total.
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Re: Scrolling doesn't work

Post by ajs »

Well done, Twinsen.
I can reproduce the same problem as well.

Tomorrow I will update the list of pending patches to include your patches as well.
David Erceg
Site Admin
Posts: 936
Joined: Sat Apr 18, 2009 1:46 am

Re: Scrolling doesn't work [solved]

Post by David Erceg »

Thanks Ryan, I've committed the patch.
kupikupi
Posts: 3
Joined: Sun Feb 06, 2011 9:43 am

Re: Scrolling doesn't work [solved] [Still not working]

Post by kupikupi »

Hi,
I just found this patch after I wrote my comment on the first thread I saw.

Anyway, the patch did not do the job for me. The new .exe still does not work. I did not quite understand Twinsen's description of when it does not work, but for me it doesn't matter where the cursor and focus is (left pane/right pane/folder selected/Not selected).

Thanks.
twinsen
Posts: 109
Joined: Mon Dec 27, 2010 3:17 pm

Re: Scrolling doesn't work [solved]

Post by twinsen »

The bug that this thread was addressing was that when the folder tree is hidden, if the mouse is over the area it used to take up scrolling does not work.
This fix has been integrated in the nightly build in revision 184.
"- The treeview would be sent scroll messages regardless of whether or not it was visible. Fixed."

Other people have witnessed scrolling never working - this is significantly different from it only not working on the far left portion of the window.
Post Reply