[ALOY-725] autoLink values show as error in TSS files
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-07-08T14:37:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Tony Lukasavage |
Created | 2013-06-26T19:23:44.000+0000 |
Updated | 2014-06-22T13:23:12.000+0000 |
Description
In the TSS, the following is flagged as an error, even though it's a valid property value for a text field.
'#someTextField':{
autoLink: AUTOLINK_ALL
}
The following clears the error, but is in fact an error and causes a force-close on the app (on Android):
'#someTextField':{
autoLink: 'AUTOLINK_ALL'
}
[~skypanther] shouldn't it be Ti.UI.AUTOLINK_ALL, not just AUTOLINK_ALL?
*facepalm* yep, they're supposed to be constants -- Ti.UI.Android.LINKIFY_ALL