[Webkit-unassigned] [Bug 92210] [Chromium] an RTL <select> element should have a left-hand scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 11:12:21 PDT 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154598|review?                     |review+
               Flag|                            |




--- Comment #2 from Tony Chang <tony at chromium.org>  2012-07-26 11:12:24 PST ---
(From update of attachment 154598)
View in context: https://bugs.webkit.org/attachment.cgi?id=154598&action=review

> Source/WebCore/rendering/RenderListBox.cpp:276
> +    return LayoutRect(left,
>                     additionalOffset.y() + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset),
>                     contentWidth(), itemHeight());

Nit: I think the indent is meant to line up with the opening (.

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