-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: typographyText rendering, possibly libtxtText rendering, possibly libtxtengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Milestone
Description
When rendering in RTL, in some cases, the beginning of the string get clipped. I found that you can reproduce easily by adding spaces at the end of string. It happens with both LTR and RTL languages and in Text or TextField widgets.
Steps to Reproduce
1- Set rendering to RTL.
2- Render new Text("some text ")
(Seems Github's markup will collapse adjacent spaces even in code blocks. So put more than one at the end of string.)
3- See "some" will get clipped.
I tested on Flutter beta (Channel beta, v0.2.3, on Microsoft Windows [Version 6.1.7601], locale en-US) and Flutter gallery app (latest version from Google Play). Here is a demo:
QbicFox
Metadata
Metadata
Assignees
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: typographyText rendering, possibly libtxtText rendering, possibly libtxtengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
