[Webkit-unassigned] [Bug 34371] REGRESSION (r53718): When scrolling a tall window by page, the overlap between pages is too big

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 08:12:12 PST 2010


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47759|review?                     |review+
               Flag|                            |




--- Comment #13 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-02-04 08:12:07 PST ---
(From update of attachment 47759)
> Index: WebCore/platform/Scrollbar.h
> ===================================================================

> +    static int pixelsPerLineStep() { return 40; }
> +    static float minFractionToStepWhenPaging() { return 0.875f; }
> +    static int maxAmountToKeepWhenPaging();

I think I'd like to see "pixels" in the name of this method.I'm not super-keen
on "amount to keep" either, but can't think of a better term.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list