Titanium JIRA Archive
Appcelerator Community (AC)

[AC-791] Text cursor doesn't move in TextArea when the text is in Hebrew (Android)

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2015-07-04T00:11:18.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsTCSupportTriage, android, textArea
ReporterItay Avtalyon
AssigneeRadamantis Torres-Lechuga
Created2014-11-12T15:40:48.000+0000
Updated2016-03-08T07:37:03.000+0000

Description

When a text area contain a text in Hebrew (an RTL language) the cursor doesn't move - it is "stuck" at the beginning, and you cannot delete, and any characters are added in the beginning. EXPECTED BEHAVIOR: The cursor should move to any position in the text area. SAMPLE CODE: Put the following text area inside the main view (I used the template for a single window app): var editor = Ti.UI.createTextArea({ value: 'שלום עולם' }); self.add(editor);

Comments

No comments

JSON Source