[AC-341] autoLink no longer auto-links as of 3.5.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2015-11-12T11:47:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Luke |
Assignee | Mostafizur Rahman |
Created | 2015-09-07T15:12:27.000+0000 |
Updated | 2015-11-12T11:47:37.000+0000 |
Description
in Ti 3.5.0 and 3.5.1 autoLink: Titanium.UI.AUTODETECT_ALL doesn't work on TextAreas. Links are not automatically detected and converted into clickable links.
Hello [~lpeek], [Titanium.UI.AUTODETECT_ALL](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-AUTODETECT_ALL) is deprecated, You can use [AUTOLINK_ALL ](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-AUTOLINK_ALL) property instead. Thanks.