[AC-1392] Labels when dynamically changed are glitchy
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2014-09-25T22:09:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | TCSupportTriage |
Reporter | Samie Syed |
Assignee | Mauro Parra-Miranda |
Created | 2014-09-24T18:57:53.000+0000 |
Updated | 2016-03-08T07:37:48.000+0000 |
Description
If I create a label in titanium alloy, and I set the font properties, than later for that same label, change the font properties to another one i.e.
$.label.font= {fontSize:22,
fontFamily:'Helvetica Neue'};
$.lblTest.font = { font}
Hello, reporter: you need to create a bug with this sections: 1. Description of the issue 2. Steps to reproduce. 3. Testcase in Titanium Classic (runnable self contained app.js). Will reopen if the reporter provides more info.