[Webkit-unassigned] [Bug 35873] [Qt] New API scrollRecursively has several problems.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 10:28:24 PDT 2010


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





--- Comment #2 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-03-15 10:28:24 PST ---
(From update of attachment 50236)
> +void QWebFrame::scrollFrameWithParent(int dx, int dy, const QPoint& overflowHitTestPos)
> +{
> +    if (!d->scrollOverflow(dx, dy, overflowHitTestPos)) {

I would change the name of the variable in the signature to pos instead of
overflowHitTestPos.

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