[Webkit-unassigned] [Bug 54623] RTL web content should have left-hand scrollbar.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 06:40:55 PDT 2011


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





--- Comment #30 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-01 06:40:54 PST ---
(From update of attachment 107460)
View in context: https://bugs.webkit.org/attachment.cgi?id=107460&action=review

> Source/WebCore/rendering/RenderLayer.cpp:1772
> +    return LayoutRect(x, bounds.maxY() - verticalThickness - style->borderBottomWidth(),
> +                      horizontalThickness, verticalThickness);

I'd note that indentation here is wrong. horizontalThickness should be on the right of "return LayoutRect" by exactly 4 spaces (8 spaces in the total).

Ditto for the rest of the patch.

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