[Webkit-unassigned] [Bug 19785] <select> can't display right-to-left (rtl) languages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 13:37:25 PST 2011


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





--- Comment #19 from mitz at webkit.org  2011-01-28 13:37:25 PST ---
(In reply to comment #18)
> (From update of attachment 80487 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=80487&action=review
> 
> > Source/WebCore/rendering/RenderMenuList.cpp:101
> > +        innerStyle->setTextAlign(style()->isLeftToRightDirection() ? LEFT : RIGHT);
> 
> what if the menu's writing direction is LTR, but it is alignment is right?

The button and the menu items will disregard the text-align value. We are not going to center or justify menu items on Mac OS X.

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