{ "id": "103784", "key": "TIMOB-11558", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14789", "description": "2012 Sprint 26 JS", "name": "2012 Sprint 26 JS", "archived": true, "released": true, "releaseDate": "2012-12-31" }, { "id": "14786", "description": "2012 Sprint 26", "name": "2012 Sprint 26", "archived": true, "released": true, "releaseDate": "2012-12-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-12-20T19:26:52.000+0000", "created": "2012-10-23T00:24:54.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-02-12T19:23:55.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": "10207", "name": "Tooling" } ], "description": "Calling hide() on an activity indicator doesn't hide the root DIV of the control\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({backgroundColor:'#000'});\r\nvar activity = Ti.UI.createActivityIndicator({backgroundColor:'red'});\r\nwin.add(activity);\r\n\r\nactivity.show();\r\n\r\nwin.addEventListener('click', function(){\r\n activity.hide();\r\n});\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Hiding activity indicator doesn't hide the root DIV", "creator": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "231191", "author": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull Requests:\n\n[master] https://github.com/appcelerator/titanium_mobile/pull/3588\n[3_0_X] https://github.com/appcelerator/titanium_mobile/pull/3591", "updateAuthor": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-13T10:23:33.000+0000", "updated": "2012-12-13T10:23:33.000+0000" }, { "id": "238168", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified test code works as expected. Made a slight change:\n{code}\nvar win = Ti.UI.createWindow({backgroundColor:'#000'});\nvar activity = Ti.UI.createActivityIndicator({backgroundColor:'red'});\nvar button = Ti.UI.createButton({\n\ttitle: \"^\",\n\twidth: 40\n});\n\nbutton.addEventListener('click', function(){\n\talert(\"It worked\");\n});\n\nwin.add(button);\nwin.add(activity);\n\nactivity.show();\n \nwin.addEventListener('click', function(){\n activity.hide();\n});\n \nwin.open();\n{code}\n\nTo test:\nClick activity indicator. \nClick button in area where activity indicator was displayed\nGet an alert", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-12T19:21:43.000+0000", "updated": "2013-02-12T19:21:43.000+0000" }, { "id": "238169", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with:\r\nCLI: 3.0.24-cr\r\nTitanium SDK version 3.0.2.v20130207164659\r\nTitanium Studio, build: 3.0.2.201302041757\r\nMac OS 10.8.2\r\n", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-12T19:23:55.000+0000", "updated": "2013-02-12T19:23:55.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }