[Webkit-unassigned] [Bug 56011] Tiled backing store's delegated scroll request uses incorrect convention

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 07:15:45 PST 2011


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





--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-03-09 07:15:45 PST ---
(From update of attachment 85167)
View in context: https://bugs.webkit.org/attachment.cgi?id=85167&action=review

> Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:436
> -    emit m_webPage->scrollRequested(delta.width(), delta.height(), QRect(QPoint(0, 0), m_webPage->viewportSize()));
> +    QPoint currentPosition(m_webPage->mainFrame()->scrollPosition());
> +    emit m_webPage->scrollRequested(point.x() - currentPosition.x(), point.y() - currentPosition.y(), QRect(QPoint(0, 0), m_webPage->viewportSize()));

This change

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