{ "id": "119740", "key": "TIMOB-15111", "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": "15695", "description": "2013 Sprint 20", "name": "2013 Sprint 20", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "15696", "description": "2013 Sprint 20 API", "name": "2013 Sprint 20 API", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-09-27T22:48:50.000+0000", "created": "2013-09-10T09:51:12.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "dev-invalidate", "ios7", "qe-3.1.3", "qe-closed-3.3.0" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-07-17T09:33:42.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": "The linked text is not delinked on clicking button wherein text is set to AUTOLINK_NONE . \r\nThis is not a regression as this is iOS 7 specific issue since it occurs on iOS7 simulator and iPod touch2 (iOS7) , iPhone4s(ios7), ipad 3(ios7) devices.\r\nIt works fine on iPod touch3 (iOS6.1)\r\n \r\nSteps to Reproduce:\r\n1. Create an app using code provided(below) in app.js\r\n2. Run app (You should see 4 links )\r\n3. Click on \"Click me!\" button (You should see no links.)\r\n\r\nActual: Text above in four lines appear as link\r\nExpected: You should see no links. Text must appear as plain text on clicking button(It should get delinked)\r\n\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\nvar _window = Titanium.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 test@test.com\\n 817-555-5555\\n http://bit.ly\\n 444 Castro Street, Mountain View, CA'\r\n});\r\n\r\nvar b1 = Ti.UI.createButton({\r\n\ttitle : \"Click me!\"\r\n});\r\nb1.addEventListener('click', function(e) {\r\n\tta.autoLink = Titanium.UI.AUTOLINK_NONE;// Not Working.\r\n});\r\n_window.add(ta);\r\n_window.add(b1);\r\n\r\n_window.open();\r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS7: autolink property with value AUTOLINK_NONE of textarea is not working", "creator": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "OSX: 10.8.4\r\nXcode:5 beta6\r\nAppcelerator Studio: 3.1.3.201309072408\r\nSDK:3.1.3.v20130909192251\r\nacs:1.0.6\r\nalloy:1.2.2-beta\r\nnpm:1.3.2\r\ntitanium:3.1.2\r\ntitanium-code-processo:1.0.2\r\nDevice: iPod touch2 (iOS7) , iPhone4s(ios7), ipad 3(ios7)", "comment": { "comments": [ { "id": "273270", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-27T22:48:50.000+0000", "updated": "2013-09-27T22:48:50.000+0000" }, { "id": "314619", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Closing as Duplicate of TIMOB-15059", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-07-17T09:33:30.000+0000", "updated": "2014-07-17T09:33:30.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }