Updates:
Cc: [email protected] [email protected] [email protected]
[email protected] [email protected] [email protected]
Labels: -Area-Misc Area-BrowserUI I18N RTL
Comment #1 on issue 6132 by [email protected]: Strings in tables are
displayed LTR when they should be RTL
http://code.google.com/p/chromium/issues/detail?id=6132
From Idan:
This cause of these RTL rendering problem has to do with the fact that we
currently
don't create the Windows list controls appropriately. When we get around to
fixing
this issue, this is what needs to be done when the locale is RTL:
1) Create the list control with WS_EX_LAYOUTRTL (rather than
WS_EX_LAYOUTRTL |
WS_EX_RTLREADING) - this is something we should fix in other native
controls.
2) Make sure that the various implementations of TableModel::GetText adjust
the
returned text appropriately if need be. For example, if the text in an URL,
then the
returned text should be explicitly marked as LTR text.
--
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
-~----------~----~----~----~------~----~------~--~---