{ "id": "102750", "key": "TIMOB-11277", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-10-08T21:45:30.000+0000", "created": "2012-10-05T18:10:34.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:44.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": "When the show and hide buttons are tapped in rapid succession the events do not get fired. It cannot hide child view immediately after tap on parent view.\r\nh4.Steps to Reproduce: \r\n 1. run the code below\r\n 2. click btn1 - btn3 will disappear\r\n 3. click btn2 - btn3 will reappear\r\n 4. in rapid succession, click btn1, click the open window space between btn1 and btn2, then click btn2 - btn3 will disappear, but will not reappear\r\n\r\n{code}\r\nvar tabGroup = Ti.UI.createTabGroup();\r\n\r\nvar win1 = Ti.UI.createWindow({ \r\n title:'Tab 1',\r\n layout: 'vertical'\r\n});\r\nvar tab1 = Ti.UI.createTab({ \r\n icon:'KS_nav_views.png',\r\n title:'Tab 1',\r\n window:win1\r\n});\r\n\r\nvar btn1 = Ti.UI.createButton({\r\n top: 20,\r\n width: 200,\r\n height: 50,\r\n title: 'Hide'\r\n});\r\n\r\nbtn1.addEventListener('click', function(e) {\r\n btn3.hide ();\r\n});\r\n\r\nvar btn2 = Ti.UI.createButton({\r\n top: 20,\r\n width: 200,\r\n height: 50,\r\n title: 'Show'\r\n});\r\n\r\nbtn2.addEventListener('click', function(e) {\r\n btn3.show ();\r\n});\r\n\r\nvar btn3 = Ti.UI.createButton({\r\n top: 20,\r\n width: 200,\r\n height: 50,\r\n title: 'Button'\r\n});\r\n\r\n\r\nwin1.add (btn1);\r\nwin1.add (btn2);\r\nwin1.add (btn3);\r\n\r\n\r\nvar win2 = Ti.UI.createWindow({ \r\n title:'Tab 2'\r\n});\r\n\r\nvar tab2 = Ti.UI.createTab({ \r\n icon:'KS_nav_views.png',\r\n title:'Tab 2',\r\n window:win2\r\n});\r\n\r\n\r\ntabGroup.addTab(tab1); \r\ntabGroup.addTab(tab2); \r\n\r\ntabGroup.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS6: hide() and show () do not get fired if they are tapped for more than four times in second.", "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": "iOS 6, Ti SDK 2.1.3", "comment": { "comments": [ { "id": "222671", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Marking as invalid. Clicking multiple times on a Titanium UI element fires the double tap event instead of the \"click\" event. Changing the sample to event \"doubletap\" or \"touchend\" is more accurate.", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-09T01:03:22.000+0000", "updated": "2012-10-09T01:03:22.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }