Page 1 of 1

Scrolling doesn't work [solved]

Posted: Fri Jan 14, 2011 7:28 pm
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

Re: Scrolling doesn't work

Posted: Fri Jan 14, 2011 9:02 pm
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.

Re: Scrolling doesn't work [solved]

Posted: Sun Jan 30, 2011 11:14 pm
by David Erceg
Thanks Ryan, I've committed the patch.

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

Posted: Sun Feb 06, 2011 10:06 am
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.

Re: Scrolling doesn't work [solved]

Posted: Sun Feb 06, 2011 7:10 pm
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.