{ "id": "124502", "key": "TIMOB-16143", "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": [ { "id": "15817", "description": "2014 Sprint 01", "name": "2014 Sprint 01", "archived": true, "released": true, "releaseDate": "2014-01-17" }, { "id": "15820", "description": "2014 Sprint 01 API", "name": "2014 Sprint 01 API", "archived": true, "released": true, "releaseDate": "2014-01-17" }, { "id": "15856", "description": "Release 3.2.1", "name": "Release 3.2.1", "archived": false, "released": true, "releaseDate": "2014-02-10" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-01-10T00:26:04.000+0000", "created": "2014-01-08T00:39:35.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "module_textarea", "module_views", "qe-testadded", "regression" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "34362", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "124959", "key": "TIMOB-16226", "fields": { "summary": "CLI: Build - In SDK 3.3.0, installing to iOS or Android device returns longjohn error", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "34595", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "125402", "key": "TIMOB-16312", "fields": { "summary": "iOS 7: TextArea: Maps app is not launched if you select an address in a TextArea with property Ti.UI.AUTOLINK_ALL", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "34596", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "125404", "key": "TIMOB-16313", "fields": { "summary": "iOS 7: TextArea: TextArea with property Ti.UI.AUTOLINK_ALL will highlight all valid links when you press on a link", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-21T07:15:26.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h4. Problem Description\r\nWhen the user uses Ti.UI.AUTOLINK_ALL in the TextArea in iOS, the automated autolink will show the url and the phone in an URL fashion, and it's clickeable, but never will happen when you click on it. \r\n\r\nh4. Test Case\r\n{code}\r\nvar myView = Ti.UI.createView({});\r\nvar myText= Ti.UI.createTextArea({\r\n value: \"Mywebsite: http://mywebsite.com \\n phone: 555-55-5555\",\r\n top:15,\r\n left:10,\r\n right:10, \r\n textAlign:'center',\r\n editable:false,\r\n autoLink: Ti.UI.AUTOLINK_ALL,\r\n font: {fontSize:15},\r\n tintColor:'#9400d3',\r\n \r\n });\r\n alert( Ti.UI.AUTOLINK_ALL);\r\nmyView.add(myText);\r\nvar win = Ti.UI.createWindow({backgroundColor:'white'});\r\nwin.add(myView);\r\nwin.open();\r\n{code}\r\n\r\nh4. Steps to reproduce\r\n1. Create a new mobile project (Classic Titanium) with Mobile SDK 3.2.0\r\n2. Paste the test case into app.js\r\n3. Compile into the simulator.\r\n4. Click on the url, won't open Safari. \r\n\r\nh4. Extra info\r\nIf you test this with 3.1.3.GA, it will work as expected. ", "attachment": [], "flagged": false, "summary": "iOS 7: Items liked with Ti.UI.AUTOLINK_ALL do not open when clicked upon", "creator": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": "Mobile SDK 3.2.0\r\niOS 7\r\nMacOS 10.8.5", "comment": { "comments": [ { "id": "287563", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against \r\nmaster - https://github.com/appcelerator/titanium_mobile/pull/5203\r\n3_2_X - https://github.com/appcelerator/titanium_mobile/pull/5204", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-10T00:22:17.000+0000", "updated": "2014-01-10T00:25:14.000+0000" }, { "id": "288642", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-17T19:54:17.000+0000", "updated": "2014-01-17T19:54:17.000+0000" }, { "id": "288942", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed. Verified that I was able to launch the mobile Safari browser after pressing on the url link. Also, was able to verify pressing the phone number link will try to make a phone call.\n\nTested on:\n\nAppcelerator Studio, build: 3.2.1.201401151647\nSDK build: 3.2.1.v20140117222448, 3.3.0.v20140117222449 \nCLI: 3.2.1 (git://github.com/appcelerator/titanium.git#3_2_X)\nXcode: 5.0.2\nDevices: iphone 5 (6.1.3), iphone 5 (7.0.2), iphone simulator (6.1), iphone simulator (7.0.3)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-21T01:06:18.000+0000", "updated": "2014-01-21T01:06:18.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }