Comment #10 on issue 23106 by [email protected]: <select> drop-down is always left-aligned even the dir of <select> is RTL. http://code.google.com/p/chromium/issues/detail?id=23106
OK, I looked at this a bit, the problem is that we draw the closed menu label with correct alignment (Safari always left aligns the menu title). So when you pop open a menu in Safari everything looks right while in Chrome the alignment differs. I couldn't find a way to get NSMenuItem to right align it's contents, unicode control characters have no effect. One thing we could do here is to use [NSMenuItem setView:] to draw right-aligned items ourselves. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
