{ "id": "127694", "key": "TIMOB-16643", "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": null, "resolutiondate": null, "created": "2014-03-14T18:36:05.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "15857", "description": "Release 3.2.2", "name": "Release 3.2.2", "archived": false, "released": true, "releaseDate": "2014-03-09" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:15.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "I have one view inside a scrollview:\r\n\r\n{code}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n{code}\r\n\r\nThe expected behaviour is that ** will fill only the view, and it's true in Android, but fails on iOS (NOTE: only fails if I put *layout=\"vertical\"*, because I have other layouts with Ti.UI.SIZE and are working well on both, iOS &Android).\r\n\r\nSee the attached images (*Right Android.png* is with value Ti.UI.SIZE). iOS fills all the area, hidding the other values.\r\n\r\nFor now I put a fixed height to solve the problem.\r\n\r\nPd.- BTW I'm unable to make the iOS pagingControlColor transparent so I choose to make it grey, any clue will be appreciated.", "attachment": [ { "id": "46663", "filename": "Error iOS.png", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-14T18:36:05.000+0000", "size": 52401, "mimeType": "image/png" }, { "id": "46664", "filename": "Expected iOS.png", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-14T18:36:05.000+0000", "size": 103272, "mimeType": "image/png" }, { "id": "46685", "filename": "info.tss", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-17T08:31:52.000+0000", "size": 1249, "mimeType": "application/octet-stream" }, { "id": "46684", "filename": "info.xml", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-17T08:31:52.000+0000", "size": 7637, "mimeType": "text/xml" }, { "id": "46712", "filename": "Jira.zip", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-18T08:34:14.000+0000", "size": 5908565, "mimeType": "application/zip" }, { "id": "46665", "filename": "Right in Android.png", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-14T18:36:05.000+0000", "size": 26332, "mimeType": "image/png" }, { "id": "46683", "filename": "Screen Shot 2014-03-16 at 7.54.21 PM.png", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-17T02:56:07.000+0000", "size": 28757, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Ti.UI.SIZE inside a View works differently for Android and iOS for layout=\"vertical\"", "creator": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "subtasks": [], "reporter": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "environment": "Ti 3.2.2", "comment": { "comments": [ { "id": "297487", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I don't have your complete test case so I ran it as it is and I see same behavior on both iOS and Android platforms with 3.2.2 release. Please see attached iOS screenshot that shows correct behavior.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-17T02:55:51.000+0000", "updated": "2014-03-17T02:55:51.000+0000" }, { "id": "297510", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "body": "Ok, here is the original code, so you can test.", "updateAuthor": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-17T08:28:37.000+0000", "updated": "2014-03-17T08:28:37.000+0000" }, { "id": "297511", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "body": "All inside this index.xml:\r\n\r\n{code}\r\n\r\n \r\n \r\n\t\t\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n{code}", "updateAuthor": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-17T08:31:52.000+0000", "updated": "2014-03-17T08:31:52.000+0000" }, { "id": "297665", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I am running into the following error with the latest code. It would be helpful if you can attach a test project that can be run as it is.\n\n[INFO] : [index.xml] view processing...\n[INFO] : view: \"index.xml\"\n[ERROR] : Tab must have only one child element, which must be a Window\n[ERROR] : Alloy compiler failed\n\n", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-18T05:12:54.000+0000", "updated": "2014-03-18T05:12:54.000+0000" }, { "id": "297682", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "body": "Here is the running code.\r\n\r\nI cannot test it on iOS yet because my Mac is not here today, but the code for the tab is the same.\r\n\r\nGo to tab 3: info.", "updateAuthor": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2014-03-18T08:34:14.000+0000", "updated": "2014-03-18T08:34:14.000+0000" }, { "id": "297821", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering as I can reproduce this issue on iOS platform with the project Jira.zip file. Please click on \"info\" link at the bottom of the application screen to see the behavior. It works on Android platform as expected.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-19T05:41:10.000+0000", "updated": "2014-03-19T05:41:10.000+0000" }, { "id": "405247", "author": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "body": "This can be close because was solved long time ago.", "updateAuthor": { "name": "mcvendrell", "key": "mcvendrell", "displayName": "Manuel Conde Vendrell", "active": true, "timeZone": "Europe/Madrid" }, "created": "2017-01-25T08:34:00.000+0000", "updated": "2017-01-25T08:34:00.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }