[AC-1516] Buggy behaviour when changing text dynamically (text jumps)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2015-04-06T23:47:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | TCSupportTriage, alloy, font, ios, label |
| Reporter | Samie Syed |
| Assignee | Radamantis Torres-Lechuga |
| Created | 2014-11-14T18:10:32.000+0000 |
| Updated | 2016-03-08T07:37:58.000+0000 |
Description
To replicate:
Create a label with a default text:
$.lblTitle.text = ''new text";
$.lblTitle.font = {
fontFamily : 'Avenir-Heavy',
fontSize : 14,
fontWeight : 'bold'
};
No comments