[webkit-reviews] review granted: [Bug 91521] Contained div with right 0 sometimes overlaps parent div : [Attachment 154697] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 11:30:28 PDT 2012


Levi Weintraub <leviw at chromium.org> has granted Emil A Eklund
<eae at chromium.org>'s request for review:
Bug 91521: Contained div with right 0 sometimes overlaps parent div
https://bugs.webkit.org/show_bug.cgi?id=91521

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

------- Additional Comments from Levi Weintraub <leviw at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=154697&action=review


> Source/WebCore/rendering/RenderBox.h:205
> +    LayoutUnit clientLogicalWidth() const { return
style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); }
> +    LayoutUnit clientLogicalHeight() const { return
style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }

I'm sad this went uncaught for so long!


More information about the webkit-reviews mailing list