[webkit-reviews] review granted: [Bug 96539] REGRESSION(r106730): iframes with scrolling=no can't scroll to anchors : [Attachment 163670] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 12:43:56 PDT 2012


Antonio Gomes <tonikitoo at webkit.org> has granted Nate Chapin
<japhet at chromium.org>'s request for review:
Bug 96539: REGRESSION(r106730): iframes with scrolling=no can't scroll to
anchors
https://bugs.webkit.org/show_bug.cgi?id=96539

Attachment 163670: patch
https://bugs.webkit.org/attachment.cgi?id=163670&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=163670&action=review


> Source/WebCore/rendering/RenderLayer.cpp:1793
> +		   if ((frameElement && frameElement->scrollingMode() !=
ScrollbarAlwaysOff) ||
(!frameView->frame()->eventHandler()->autoscrollInProgress() &&
!frameView->wasScrolledByUser())) {

it is turning to be a long line.


More information about the webkit-reviews mailing list