{ "id": "76253", "key": "TIMOB-4362", "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": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-05-09T06:22:10.000+0000", "created": "2011-06-11T13:45:25.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "height", "ios4.3", "ipad", "popover", "section", "tableview" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-17T18:47:23.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\r\nWhen a popover is called it changes table view height. Gap can be seen between last row and bottom of the window. \r\n\r\nh2. Steps to Reproduce\r\n1. Click the Text Field on the right to show the popover\r\n2. Then scroll down\r\n\r\nh2. Code to Reproduce\r\n{code:title=app.js}\r\n//ROOT WINDOW\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n\r\nvar w = Ti.UI.createWindow({\r\n backgroundColor:'#fff',\r\n orientationModes:[Titanium.UI.LANDSCAPE_LEFT, Titanium.UI.LANDSCAPE_RIGHT]\r\n});\r\n\r\nvar win1 = Ti.UI.createWindow({\r\n backgroundColor:'#f00',\r\n title:'Red'\r\n});\r\nvar tab1 = Titanium.UI.createTab({\r\n title:'Red',\r\n window:win1\r\n});\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n backgroundColor:'#0f0',\r\n title:'Green'\r\n});\r\nvar tab2 = Titanium.UI.createTab({\r\n title:'Green',\r\n window:win2\r\n});\r\n\r\ntabGroup.addTab(tab1);\r\ntabGroup.addTab(tab2);\r\n\r\n//POPOVER\r\nvar popover = Ti.UI.iPad.createPopover({\r\n title:'Numpad',\r\n width:189,\r\n height:205,\r\n});\r\n\r\n//TABLE VIEW\r\n\r\nvar section = Ti.UI.createTableViewSection();\r\n\r\nfor (var i = 0; i < 20; i++) {\r\n var row = Ti.UI.createTableViewRow({\r\n height:100,\r\n title:'Row ' + (i + 1)\r\n });\r\n var txt = Titanium.UI.createTextField({\r\n width:62,\r\n height:37,\r\n right:50,\r\n borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED\r\n });\r\n txt.addEventListener('focus', function(e) {\r\n e.source.blur();\r\n popover.show({\r\n view:e.source,\r\n animated:true\r\n });\r\n })\r\n row.txt = txt;\r\n row.add(row.txt)\r\n section.add(row);\r\n}\r\n\r\nvar data = [section];\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n data:data\r\n});\r\n\r\nwin1.add(tableView);\r\n\r\nw.open();\r\ntabGroup.open();\r\n{code}", "attachment": [ { "id": "40056", "filename": "iOS Simulator Screen shot Jun 20, 2013 2.56.02 PM.png", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-20T09:25:21.000+0000", "size": 39605, "mimeType": "image/png" }, { "id": "21133", "filename": "Tickets.jpg", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-06-11T13:45:25.000+0000", "size": 48190, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "iOS: iPad popover changes tableView height", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "+ **Product**: Mobile \r\n+ **Titanium SDK**: Mobile 1.7.0 RC1 \r\n+ **Platform OS**: iOS \r\n+ **Platform OS Version**: 4.3.2", "comment": { "comments": [ { "id": "156542", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "body": "h3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-758934", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2011-06-11T13:51:28.000+0000", "updated": "2011-07-08T06:56:51.000+0000" }, { "id": "158996", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "body": "Updated formatting.", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2011-07-08T06:55:47.000+0000", "updated": "2011-07-08T06:55:47.000+0000" }, { "id": "250949", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot reproduce\r\n\r\nTested with\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0\r\niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T06:22:10.000+0000", "updated": "2013-05-09T06:22:10.000+0000" }, { "id": "258704", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces\n\nTested with\n\niOS SDK: 5.1\niOS iPhone Simulator: 5.1\nMac OS X Version 10.7.5\nTitanium SDK version 3.1.1.v20130606121419\nTitanium Studio, build: 3.0.1.201212181159\n", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-20T09:23:19.000+0000", "updated": "2013-06-20T09:23:19.000+0000" }, { "id": "413603", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T18:47:23.000+0000", "updated": "2017-03-17T18:47:23.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }