{ "id": "165960", "key": "TIMOB-24399", "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": "19275", "description": "Patch release for 6.0.x regressions or important fixes", "name": "Release 6.0.3", "archived": false, "released": true, "releaseDate": "2017-03-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-03-09T19:45:33.000+0000", "created": "2017-02-13T06:25:38.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "merge-6.0.3", "regression" ], "versions": [ { "id": "18928", "name": "Release 6.0.2", "archived": false, "released": true, "releaseDate": "2017-02-27" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-10T02:17:30.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "On Ti SDK 6.0.1.GA and Android,\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nvar webView = Ti.UI.createWebView();\r\nwin.add(webView);\r\n\r\nwebView.html = \"

hello

\"; //doesn'work . Just blank page.\r\n// webView.setHtml(\"

hello

\"); //works properly\r\n\r\nwin.open();\r\n{code}\r\n\r\nOn iOS both are work.", "attachment": [], "flagged": false, "summary": "Android: Ti.UI.WebView.html setter does not work", "creator": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "subtasks": [], "reporter": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "environment": null, "closedSprints": [ { "id": 847, "state": "closed", "name": "2017 Sprint 05 SDK", "startDate": "2017-02-26T17:39:21.095Z", "endDate": "2017-03-12T17:39:00.000Z", "completeDate": "2017-03-12T19:14:38.838Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "406865", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I can reproduce the issue in Android 6.0.1 with SDK 6.0.1.GA. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-02-13T17:18:54.000+0000", "updated": "2017-02-13T17:18:54.000+0000" }, { "id": "407176", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Does this happen on pre 6.0.0 as well? If not, we should schedule it for a 6.0.x patch release.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-02-16T09:49:51.000+0000", "updated": "2017-02-16T09:49:51.000+0000" }, { "id": "407458", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "body": "On pre 6.0.0, this doesn't happen. setHtml, and .html are work properly on 5.5.1.GA.", "updateAuthor": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2017-02-21T02:20:37.000+0000", "updated": "2017-02-21T02:20:37.000+0000" }, { "id": "408217", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/8854", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-01T15:15:53.000+0000", "updated": "2017-03-01T15:15:53.000+0000" }, { "id": "410275", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "6_0_X: https://github.com/appcelerator/titanium_mobile/pull/8871", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T13:15:49.000+0000", "updated": "2017-03-09T13:15:49.000+0000" }, { "id": "410400", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed with this environment:\r\nNPM Version: 2.15.9\r\nNode Version: 4.5.0\r\nMac OS: 10.12.3\r\nAppc CLI: 6.1.0\r\nAppc CLI NPM: 4.2.8\r\nAppcelerator Studio, build: 4.8.1.201612050850\r\nAndroid Device 6.0.1 and 7.1\r\n\r\nI tested this with SDK 6.0.2 and reproduced the issue. The fix is validated with this PR. I am able to see \"hello\" when installing the app on Android 6 and 7 devices. This was tested on both master (6.1.0) and 6.0.3.\r\nVerified that edits are seen in installed SDK 6.0.3.v20170309114200.\r\n", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T19:49:28.000+0000", "updated": "2017-03-10T02:17:18.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }