{ "id": "122095", "key": "TIMOB-15762", "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": "2013-11-05T18:10:18.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [ { "id": "33318", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "122732", "key": "TIMOB-15763", "fields": { "summary": "Android: Ti.App.fireEvent will not work on file missing .html extension", "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 } } } }, { "id": "57756", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "158707", "key": "TIMOB-22757", "fields": { "summary": "Ti.UI.WebView Test Suite: Titanium.UI.WebView Acceptance TIMOB-15762", "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" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } } ], "assignee": null, "updated": "2019-07-25T05:51:27.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h3. Steps to Reproduce\nwhen putting in a file without .html extension, the command not work.\n\nfor example, Ti.App.fireEvent() not work in .xhtml file but work in .html file\n\nh3. Actual Result\nTi.App.fireEvent() not work in .xhtml file\n\nh3. Expected Result\nTi.App.fireEvent() should work in .xhtml file", "attachment": [], "flagged": false, "summary": "iOS: Ti.App.fireEvent not work with html file without .html extension", "creator": { "name": "morefun", "key": "morefun", "displayName": "Steven Lam", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "morefun", "key": "morefun", "displayName": "Steven Lam", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.1.3", "comment": { "comments": [ { "id": "280562", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Why do you need to use .xhtml?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-21T17:02:27.000+0000", "updated": "2013-11-21T17:02:27.000+0000" }, { "id": "280571", "author": { "name": "morefun", "key": "morefun", "displayName": "Steven Lam", "active": true, "timeZone": "America/Los_Angeles" }, "body": "coz ePub is using xhtml, and I want to read these xhtml files in ePub\r\nBy making the ePub file compatible with other application, I leave the extension as xhtml", "updateAuthor": { "name": "morefun", "key": "morefun", "displayName": "Steven Lam", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-21T17:36:04.000+0000", "updated": "2013-11-21T17:36:04.000+0000" }, { "id": "293577", "author": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "body": "I can't reproduce the problem.\n\nCreated a file called test2.xhtml with the following content\n\n\n \n\n\n\n test\n\n\n\nTest code\n\n var win = Ti.UI.createWindow({\n\t backgroundColor : 'yellow'\n\t});\n\t \n\tvar webview = Ti.UI.createWebView({\n\t url: \"test2.xhtml\"\n\t});\n\t \n\twin.add(webview);\n\t\n\t\n\tTi.App.addEventListener(\"someEvent\", function(e) {\n\t\tTi.API.info(\"app event\");\n\t});\n\t\t\n\twin.open();\n\n", "updateAuthor": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-02-18T19:04:08.000+0000", "updated": "2014-02-18T19:04:08.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }