{ "id": "103889", "key": "TIMOB-11574", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-10-25T17:27:20.000+0000", "created": "2012-10-25T00:03:21.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" }, { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" }, { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-06-19T12:42:36.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "When activity indicator is added to a window along with an other view, It does not fire the view's event even though the Activity Indicator is hidden. It works perfectly fine on iOS and Android.\r\n\r\nh4.Steps to reproduce:\r\n1. Load the below app.js\r\n2. Run it on MobileWeb Browser.\r\n\r\nExpected Result: The alert message should pop up\r\n\r\nActual result: There is no alert message being displayed because the event is not getting fired.\r\n\r\nh4.app.js\r\n\r\n{code}\r\nvar win2 = Ti.UI.createWindow({\r\n backgroundColor: 'white',\r\n fullscreen: true\r\n});\r\n\r\n// create view but make it same size and place\r\nvar simpleView = Ti.UI.createView({\r\n backgroundColor: 'blue',\r\n top: 50,\r\n right: 50,\r\n bottom: 50,\r\n left: 50\r\n});\r\n\r\n// display message\r\nsimpleView.addEventListener('click',function() {\r\n alert('view has been clicked');\r\n});\r\n\r\nwin2.add(simpleView);\r\n\r\nvar activityIndicator = Ti.UI.createActivityIndicator({\r\n color: 'red',\r\n top: 50,\r\n right: 50,\r\n bottom: 50,\r\n left: 50\r\n});\r\n\r\nactivityIndicator.hide();\r\n\r\n// add first \r\nwin2.add(activityIndicator);\r\n\r\nwin2.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: activityindicator blocks alert event.", "creator": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 2.1.3, Chrome Browser:Version 22.0.1229.94", "comment": { "comments": [ { "id": "224865", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of TIMOB-11558", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-25T00:33:41.000+0000", "updated": "2012-10-25T00:33:41.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }