Page 1 of 1

Double Click on scrollbars

Posted: Tue Sep 08, 2009 16:01
by cippyboy
Hi,

This is pretty simple but I have no idea how to stop it. Double clicking on vertical scrollbars, or rather fast consecutive clicks make it scroll to bottom or to top instead of stepping. Is there a way to disable this behaviour ?

Re: Double Click on scrollbars

Posted: Tue Sep 08, 2009 18:17
by Jamarr
I can say that I've never seen this behavior myself. Also I am fairly certain that the scrollbar does not 'step' when you click on it, it 'pages'. What is the page-size for the scrollbar?

*assuming you are talking about clicking on the actual bar, and not the scrollbar buttons.

Re: Double Click on scrollbars

Posted: Wed Sep 09, 2009 08:38
by CrazyEddie
Yeah, this sounds 'off' somehow. It's certainly not a feature that's coded in!

CE.

Re: Double Click on scrollbars

Posted: Thu Sep 10, 2009 10:20
by cippyboy
Sorry, just realized it could be interpreted as clicking on the space between the buttons. I meant clicking on it's up/down buttons, and I haven't modified the step size for the scrollbar in question; it's length is ~ 1/3 * 1024.

Re: Double Click on scrollbars

Posted: Thu Sep 10, 2009 11:56
by CrazyEddie
The default step size is 1. If the rest of the scrollbar (document and page) is not set up in a way that a step size of 1 makes since, this may cause your issue. So in that case, changing the step size to something sensible within the context of the document and page size should fix the issue.

CE.