[Webkit-unassigned] [Bug 21794] Middle-click panning should be springloaded while dragging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 14:06:35 PDT 2009


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





------- Comment #17 from fishd at chromium.org  2009-05-11 14:06 PDT -------
(From update of attachment 29508)
> Index: WebCore/ChangeLog
> +2009-04-15  Itai Danan  <idanan at chromium.org>
> +        As per Bug 21794 (https://bugs.webkit.org/show_bug.cgi?id=21794),
> +        added an option for springloaded panscroll instead of sticky
> +        scroll. To understand why this is required see the discussion in
> +        issue 24722 (https://bugs.webkit.org/show_bug.cgi?id=24722).
> +
> +        Reviewed by NOBODY (OOPS!).
> +

please put the description below the "reviewed by" and please add a new line
after the line with your name.


> Index: WebCore/page/Settings.h
...
>  
> +        void setStickyPanScroll(bool);
> +        bool stickyPanScroll() const { return m_stickyPanScroll; }

please add a comment explaining what 'sticky pan scrolling' is




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



More information about the webkit-unassigned mailing list