Consider reversing suggestions order with Right-to-left layout setting |
|||
Issue descriptionChrome Version: tip of head OS: All What steps will reproduce the problem? (1) In chrome://flags, enable the keyboard accessory experiment. (2) In Android developer options, enable right-to-left layout. (3) Visit https://dump-truck.appspot.com and use a checkout form. What is the expected result? Unclear to me what the expected result should be because I don't know what is natural for right-to-left locales.
,
May 17 2017
The suggestion order that we pass from native is probably not the issue. But the following code does not seem to change the layout order:
ApiCompatibilityUtils.setLayoutDirection(
this, isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR);
,
May 29 2017
The assigned owner "csashi@google.com" is not able to receive e-mails, please re-triage. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Jun 7 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by rouslan@chromium.org
, May 16 2017