[Webkit-unassigned] [Bug 14227] Scroll does not work with IBM Thinkpad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 12:54:25 PST 2010


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


Steve Falkenburg <sfalken at apple.com> changed:

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




--- Comment #30 from Steve Falkenburg <sfalken at apple.com>  2010-02-03 12:54:22 PST ---
(From update of attachment 48054)
> +    Frame* frame = m_page->focusController()->focusedOrMainFrame();

You can move this line down to near the end of the method (in both horizontal
and vertical scrolling methods).

> +bool WebView::shouldInitializeTrackPointHack()
> +{
> +    static bool shouldCreateScrollbars = false;
> +    static bool hasRunTrackPointCheck = false;

No need to init these - they will be inited to false for you.

> +    shouldCreateScrollbars = false;

This is already false.

-- 
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