{ "id": "98551", "key": "TIMOB-10297", "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": "2017-07-11T17:51:23.000+0000", "created": "2012-08-01T16:20:48.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core", "qe-and070112", "qe-and082012", "qe-newKS" ], "versions": [ { "id": "13572", "description": "Release 2.1.1", "name": "Release 2.1.1", "archived": true, "released": true, "releaseDate": "2012-07-31" }, { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-11T17:51:35.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Description:\r\n\r\nTwo labels disappear after changing device mode to landscape in \"Horizontal Layout\".\r\n\r\nThis occurs only on LG VS910 4G (2.3.6) phone.\r\n\r\nSteps:\r\n\r\n1. Run Refactored KitchenSink in portrait mode.\r\n2. In \"Base UI\" module press on \"Horizontal Layout\".\r\n3. After three labels are displayed turn device on landscape mode.\r\n\r\nExpected results:\r\n\r\nThree labels visible on the screen.\r\n\r\nActual results: \r\n\r\nOnly third label is visible.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n", "attachment": [ { "id": "30232", "filename": "horizontal layout.png", "author": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-01T16:20:48.000+0000", "size": 22659, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Two labels disappear after changing device mode to landscape in \"Horizontal Layout\".", "creator": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on:\r\nTitanium Studio, build: 2.1.1.201207271312\r\nTitanium SDK, build: 2.1.1.v20120727140110\r\nDevice: LG VS910 4G (2.3.6)", "comment": { "comments": [ { "id": "215606", "author": { "name": "etcarev", "key": "etcarev", "displayName": "Evgenii Tcarev", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Occurs on:\r\nTitanium Studio, build: 2.1.2.201208192014\r\nSDK version: 2.1.2.v20120816171609\r\nDevices:\r\nMotorola Droid (2.2.3)\r\nLG VS910 4G (2.3.6)", "updateAuthor": { "name": "etcarev", "key": "etcarev", "displayName": "Evgenii Tcarev", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-22T10:20:28.000+0000", "updated": "2012-08-22T10:20:28.000+0000" }, { "id": "215679", "author": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Does not occur on Samsung Galaxy S2 Android 2.3.6", "updateAuthor": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-22T14:39:12.000+0000", "updated": "2012-08-22T14:39:12.000+0000" }, { "id": "215683", "author": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This can also be reproduced by displaying just one line of text\r\nlike this in Kitchen Sink:\r\n\r\n\r\nfunction horizontal_layout() {\r\n\tvar win = Ti.UI.createWindow();\r\n\t\r\n\tvar view = Ti.UI.createView({\r\n\t\theight:300,\r\n\t\twidth:320,\r\n\t\tlayout:'horizontal'\r\n\t});\r\n\twin.add(view);\r\n\t\r\n\tvar l3 = Ti.UI.createLabel({\r\n\t\ttext:'I am the third label',\r\n\t\tleft:2,\r\n\t\twidth:'auto',\r\n\t\theight:20\r\n\t});\r\n\t\r\n\tview.add(l3);\r\n\treturn win;\r\n};\r\n\r\nmodule.exports = horizontal_layout;\r\n", "updateAuthor": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-22T14:48:50.000+0000", "updated": "2012-08-22T14:48:50.000+0000" }, { "id": "215706", "author": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is probably an Android layout issue, and doesn't appear\r\nto be a bug with kitchen sink code", "updateAuthor": { "name": "krowley", "key": "krowley", "displayName": "Karl Rowley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-22T15:39:32.000+0000", "updated": "2012-08-22T15:39:32.000+0000" }, { "id": "423926", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid as this version of Kitchen Sink is no longer supported, we now have a new version.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-11T17:51:24.000+0000", "updated": "2017-07-11T17:51:24.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }