[webkit-reviews] review requested: [Bug 85856] [Chromium] Cannot show the left side of an RTL element with a vertical scrollbar : [Attachment 150756] Patch v5 (applied a comment and fixed scrollWidth)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 03:10:14 PDT 2012


Hironori Bono <hbono at chromium.org> has asked  for review:
Bug 85856: [Chromium] Cannot show the left side of an RTL element with a
vertical scrollbar
https://bugs.webkit.org/show_bug.cgi?id=85856

Attachment 150756: Patch v5 (applied a comment and fixed scrollWidth)
https://bugs.webkit.org/attachment.cgi?id=150756&action=review

------- Additional Comments from Hironori Bono <hbono at chromium.org>
Greetings,

While fixing offsetX-offsetY.html, I notice Chrome sets a wrong value to
scrollWidth when it renders a vertical scrollbar at the left side of an RTL
element. (It becomes smaller than the expected value by the width of a
scrollbar.) This is the root cause of this issue. I have fixed this scrollWidth
issue and replaced ref tests with script tests. 

Regards,

Hironori Bono


More information about the webkit-reviews mailing list