{ "id": "125404", "key": "TIMOB-16313", "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": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2014-01-28T20:38:04.000+0000", "created": "2014-01-25T00:39:12.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios7", "qe-3.2.1" ], "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": "34596", "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-03-04T21:44:27.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 all links will be highlighted when you press on a link. \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 any of the links before the address e.g. the first link\r\n\r\n*Actual:* All links will be highlighted (see highlight.png).\r\n*Expected:* Only the pressed link should be highlighted.", "attachment": [ { "id": "45380", "filename": "highlight.png", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-25T00:39:12.000+0000", "size": 42997, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS 7: TextArea: TextArea with property Ti.UI.AUTOLINK_ALL will highlight all valid links when you press on a link", "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": "290067", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested the same with native SDK. behaves the same way as Titanium does. \n\nMarking tickets as NOT OUR BUG.\n\n[Native Test Code|https://www.dropbox.com/s/gnt6wv7hk5x65r5/text.zip] \n\n", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-28T20:37:53.000+0000", "updated": "2014-01-28T20:37:53.000+0000" }, { "id": "295627", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing based on Sabil's comment", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-04T21:44:20.000+0000", "updated": "2014-03-04T21:44:20.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }