{ "id": "102742", "key": "TIMOB-11275", "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": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14165", "description": "2012 Sprint 21 API", "name": "2012 Sprint 21 API", "archived": true, "released": true, "releaseDate": "2012-10-22" }, { "id": "14273", "description": "2012 Sprint 21", "name": "2012 Sprint 21", "archived": true, "released": true, "releaseDate": "2012-10-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-11-14T00:06:33.000+0000", "created": "2012-10-05T15:35:32.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_dashboardview", "qe-review", "qe-testadded" ], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-12-27T18:21:03.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h1. Problem description\r\nWhen the icon that represents an item inside a DashboardView is smaller than the \"cell\" size, clicking outside the icon fires the 'click' event.\r\n\r\nh1. Steps to reproduce\r\n- Use the following code:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#444'\r\n});\r\n\r\nvar dashboardData = [];\r\nvar itemData = [\r\n { name: 'account', badge: 10 },\r\n { name: 'cases', badge: 2 },\r\n { name: 'calls', badge: 2 },\r\n { name: 'contacts', badge: 5},\r\n { name: 'emps' }, \r\n { name: 'leads' },\r\n { name: 'meetings', badge: 3 },\r\n { name: 'opps', badge: 126 }, // badge will be displayed as \"99+\"\r\n { name: 'tasks' }\r\n];\r\n\r\nfor (var i=0, ilen=itemData.length; i