{ "id": "172604", "key": "TIMOB-26552", "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": "2018-11-13T14:40:35.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "regression" ], "versions": [ { "id": "20238", "description": "", "name": "Release 7.5.0", "archived": false, "released": true, "releaseDate": "2018-11-15" } ], "issuelinks": [ { "id": "56991", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "97460", "key": "TIMOB-9991", "fields": { "summary": "Android: links inside a WebView don't work with some particular text length", "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": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-11-13T14:40: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": "*app.js*\r\n{code:java}\r\nvar win1 = Ti.UI.createWindow({\r\n title: 'string',\r\n backgroundColor: '#fff',\r\n layout: 'vertical'\r\n});\r\n \r\n \r\nvar file = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, 'test2.html');\r\nvar markup = file.read ().toString ();\r\n \r\nvar wv1 = Ti.UI.createWebView ({\r\n top: 0,\r\n left: 0,\r\n right: 0,\r\n bottom: 0,\r\n scalesPagesToFit: true, \r\n //lightTouchEnabled: false, \r\n enableZoomControls: false,\r\n html: markup\r\n});\r\n \r\nwin1.add (wv1);\r\n \r\nwin1.open ();\r\n{code}\r\n\r\n*test2.html*\r\n{code:java}\r\n\r\n\r\n\r\nTest\r\n\r\n\r\n\r\n
\r\n \r\n\r\n \r\n

Test 1:

\r\nXXXX XXXXX XXXXX XX
\r\nXXX XXX
\r\nXXXXXXX, XX XXXXX
\r\n \r\n

Test 2:

\r\n2109 Avent Ferry Rd
\r\nSte 110
\r\nRaleigh, NC 27606
\r\n \r\n

Test 3:

\r\n2109 Avent Ferry Rd, Ste 110
\r\nRaleigh, NC 27606
\r\n \r\n

Test 4:

\r\nline 1 line 1 line 1 line 1
\r\nline 2 line 2 line 2 line 2
\r\nline 3 line 3 line 3 line 3
\r\n \r\n
\r\n{code}\r\n\r\n*Expected behaviour*\r\nApplication should open and all links should work\r\n\r\n*Current behaviour*\r\nApplication closes on launch and links do not work on older SDK version 7.4.1.GA\r\n", "attachment": [], "flagged": false, "summary": "Windows: Application fails to open HTML files and links don't return anything ", "creator": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK Version: 7.5.0.v20181108182512\r\nOperating System\r\nName = Microsoft Windows 10 Pro\r\nVersion = 10.0.17134\r\nArchitecture = 64bit\r\n\r\nCPUs = 4\r\nMemory = 16.0GB\r\nNode.js\r\nNode.js Version = 8.9.1\r\nnpm Version = 5.5.1\r\n\r\nAppcelerator CLI\r\nInstaller = 4.2.13\r\nCore Package = 7.0.7\r\n\r\nTitanium CLI\r\nCLI Version = 5.1.1\r\nnode-appc Version = 0.2.44", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }