{ "id": "125402", "key": "TIMOB-16312", "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": "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-28T22:11:43.000+0000", "created": "2014-01-25T00:29:00.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios7", "module_textarea", "qe-3.2.1", "qe-testadded" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" }, { "id": "15856", "description": "Release 3.2.1", "name": "Release 3.2.1", "archived": false, "released": true, "releaseDate": "2014-02-10" } ], "issuelinks": [ { "id": "34595", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "124502", "key": "TIMOB-16143", "fields": { "summary": "iOS 7: Items liked with Ti.UI.AUTOLINK_ALL do not open when clicked upon", "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 } } } } ], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-12T11:15:15.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": "*Details:* When you create a TextArea with property autoLink set to Titanium.UI.AUTOLINK_ALL, then the iOS maps will not launch if you select an address in the text area.\r\n\r\n*This is not a regression as this occurs in 3.2.0.GA and only occurs on an iOS 7 device.*\r\n\r\n*Steps to reproduce:*\r\n1. Install the following app.js to a iOS 7 device:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nvar ta = Ti.UI.createTextArea({\r\n\tleft : 5,\r\n\ttop : 5,\r\n\tright : 5,\r\n\theight : 180,\r\n\teditable : false, \r\n\tbackgroundColor : '#ccc',\r\n\tautoLink : Titanium.UI.AUTOLINK_ALL,\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});\r\n\r\nwin.add(ta);\t\t\r\nwin.open();\r\n{code}\r\n\r\n2. Press on the address\r\n\r\n*Actual:* Maps does not get launched.\r\n*Expected:* Maps should be launched after pressing on the address.", "attachment": [], "flagged": false, "summary": "iOS 7: TextArea: Maps app is not launched if you select an address in a TextArea with property Ti.UI.AUTOLINK_ALL", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio, build: 3.2.1.201401221450\r\nSDK build: 3.2.0.GA, 3.2.1.v20140124115658\r\nCLI: 3.2.1-beta3\r\nAlloy: 1.3.1-beta3\r\nXcode: 5.0.2\r\nDevices: iphone 5 (7.0.2), ipad air (7.0.3)", "comment": { "comments": [ { "id": "289890", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is there a workaround?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-27T23:54:12.000+0000", "updated": "2014-01-27T23:54:12.000+0000" }, { "id": "289891", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Not that I can tell yet. The app refuses to launch the iOS Maps even if you put the address on its own line.", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-27T23:57:42.000+0000", "updated": "2014-01-28T00:09:51.000+0000" }, { "id": "290072", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/5276\r\n3_2_X : https://github.com/appcelerator/titanium_mobile/pull/5277", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-28T20:59:06.000+0000", "updated": "2014-01-28T20:59:06.000+0000" }, { "id": "290519", "author": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed on:\nMac OSX 10.9.1\nAppcelerator Studio, build: 3.2.1.201401281409\nTitanium SDK, build: 3.2.1.v20140130101648\nCLI: 3.2.1-beta3\nAlloy: 1.3.1-beta4\n\nMaps is launched when address is clicked.\nClosing.", "updateAuthor": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-30T22:00:07.000+0000", "updated": "2014-01-30T22:00:07.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }