Bug 21190 - REGRESSION: Line scrolling amount is too small on Windows
Summary: REGRESSION: Line scrolling amount is too small on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-27 21:10 PDT by Dave Hyatt
Modified: 2008-09-27 21:39 PDT (History)
0 users

See Also:


Attachments
Patch (3.39 KB, patch)
2008-09-27 21:19 PDT, Dave Hyatt
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2008-09-27 21:10:59 PDT
Line scrolling is way too small.  It was busted by 

https://bugs.webkit.org/show_bug.cgi?id=17589

which incorrectly set the line step for the scrollbars themselves to a tiny delta that was intended only for use by wheel scrolling.
Comment 1 Dave Hyatt 2008-09-27 21:19:30 PDT
Created attachment 23888 [details]
Patch
Comment 2 Dave Hyatt 2008-09-27 21:39:15 PDT
Fixed in r37025.