[Webkit-unassigned] [Bug 136176] Rubber-banding in overflow:scroll regions does not work correctly with direction:rtl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 17:28:35 PDT 2014


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





--- Comment #7 from Tim Horton <thorton at apple.com>  2014-08-25 17:28:41 PST ---
(From update of attachment 237006)
View in context: https://bugs.webkit.org/attachment.cgi?id=237006&action=review

> Source/WebCore/rendering/RenderLayer.cpp:2645
> +    return IntRect(IntPoint(scrollPosition().x(), scrollPosition().y()),

Why not just IntRect(scrollPosition(), ...)? No need for all this fun.

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