{ "id": "170079", "key": "TIMOB-25419", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2017-10-20T21:52:17.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "engSchedule", "ios", "qe-6.3.0" ], "versions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" }, { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" } ], "issuelinks": [ { "id": "56058", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "158534", "key": "TIMOB-22584", "fields": { "summary": "Ti.UI.TextArea Test Suite: Titanium.UI.TextArea Acceptance TIMOB-16312", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } } ], "assignee": null, "updated": "2019-04-23T15:33:54.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "Setting the autoLink property to Ti.UI.AUTOLINK_ALL will not make the appropriate text into clickable links. Tested on TextAreas and TextFields.\r\n\r\n*Steps to reproduce issue*\r\n1. Create a new project with the below code in app.js\r\n2. Run the app\r\n3. Attempt to click on the text\r\n\r\n*Expected Results*\r\nThe appropriate text (email, phone number, address, URL) are clickable links and open the corresponding apps on the device when clicked\r\n\r\n*Actual Results*\r\nNo clickable links are present in the text\r\n\r\n*Code*\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar ta = Ti.UI.createTextArea({\r\n\teditable: false,\r\n\tvalue: \"Contact\\n\\n test@test.com\\n\\n 817-555-5555\\n\\n http://bit.ly\\n\\n 444 Castro Street, Mountain View, CA\",\r\n\tautoLink: Ti.UI.AUTOLINK_ALL\r\n});\r\n\r\nwin.add(ta);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: AUTOLINK_ALL fails to create clickable links", "creator": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Studio 4.10.0.201709271713\r\nTi SDK 6.3.0.v20171017063048\r\nAppc NPM 4.2.10-2\r\nAppc CLI 6.3.0-master.15\r\nAlloy 1.10.6\r\nXcode 9.0.1 (9A1004)", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }