[AC-4406] TextField doesn't detect spaces until adding some other charsets when aligned to the right
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-09-05T16:01:38.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | right, space, textalign, textfield |
Reporter | Ricardo Pereira |
Assignee | Shak Hossain |
Created | 2016-08-31T13:58:25.000+0000 |
Updated | 2016-09-05T16:18:09.000+0000 |
Description
writing in the text field with the alignment set right when writing a not detect space to write another character.
How to reproduce:
var field = Ti.UI.createTextField({
textAlign:'right'
});
$.index.add(field);
Type: "Test."
!A.png|thumbnail!
Type: "Test. " (add space key 3 or 4 times, here is the bug, it doesn't detect the spaces)
!B.png|thumbnail!
Type: "Test. n" (add n key, the spaces appear now)
!C.png|thumbnail!
With more than one space is normal to this to happen, depending on the browser and SO, but when I type just one space, it doesn't appear, this is an image:
!Screen Shot 2016-09-01 at 19.00.35.png|thumbnail!
Attachments
File | Date | Size |
---|---|---|
A.png | 2016-08-31T13:51:51.000+0000 | 43115 |
B.png | 2016-08-31T13:51:51.000+0000 | 43060 |
C.png | 2016-08-31T13:51:51.000+0000 | 43237 |
Screen Shot 2016-09-01 at 19.00.35.png | 2016-09-01T18:02:32.000+0000 | 13857 |
Hello, Please send the full reproducible test code that regenerates the issue. Also, Provide the environment information that you are using (SDK version, node, iOS SDK version). Thanks.
I've explained with text and images, what do you need?