On Sat, Feb 12, 2011 at 01:13:13AM -0300, Jorge Arellano Cid wrote: On Thu, Feb 03, 2011 at 04:01:03PM -0900, Roger wrote:
Anybody else notice the mouse wheel is slow within Dillo?
Comparing dillo_port1.3 to Seamonkey, dillo_port1.3 is almost 80-90% slower compared to Seamonkey.
Comparing dillo_port1.3 to dillo, dillo_port1.3 is slower by approx. 50%.
Yes, this is controlled by:
FltkViewport::setScrollStep(int step)
which calls the scrollbar's linesize() function.
using (3 * current value) is similar to dillo2.2
I've played with this a little and found setting to 84 was OK, but 168 was best. I haven't tried any faster, nor do I think I want to. One scroll on my mouse wheel will scroll approximately one page height. Think I'm using a 1680x1050 wide screen LCD monitor here. Respectively; 14*6=84, 14*12=168 I haven't tried my other boxes monitor resolutions of 1280x1024 & 1400x1050 yet. I know the previous scrollsteps were EXTREMELY slow here!