{ "id": "61910", "key": "TIMOB-1278", "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": "2011-04-15T02:48:23.000+0000", "created": "2011-04-15T02:48:23.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "ios", "ios4", "leftnavbutton", "simulator" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:15:58.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": "{html}

Hey all, I can't get the leftNavButton to show up in modal\nwindows after upgrading to to iPhone OS 4 and sdk 1.3.2. They\nworked in iPhone OS 3.2.1 and sdk 1.3.0. Possible bug?

\n
\n// create the close button and listener for the main window\nvar button = Titanium.UI.createButton({\n    title:'Close'\n});\n// create first window and the navigation group\nvar first = Titanium.UI.createWindow({\n    title: \"Courses\",\n    barColor: '#005a84',\n    leftNavButton: button\n});\nbutton.addEventListener('click', function(e) {\n    main.close();\n});\n
{html}", "attachment": [], "flagged": false, "summary": "leftNavButton not showing up in simulator on iPhone OS 4 and sdk 1.3.2", "creator": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "125237", "author": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Found solution: added button to the main modal window. I was\nadding the button to a window within the modal window and in the\nupgrade it quit working. It makes more sense that the button is\nadded to the modal window.

{html}", "updateAuthor": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:48:23.000+0000", "updated": "2011-04-15T02:48:23.000+0000" }, { "id": "125238", "author": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Solution broke: When using a navGroup inside of a modal window,\nthe leftNavButton doesn't show until drilling into a secondary\nwindow and then hitting back.

{html}", "updateAuthor": { "name": "kalebheitzman", "key": "kalebheitzman", "displayName": "kalebheitzman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:48:23.000+0000", "updated": "2011-04-15T02:48:23.000+0000" }, { "id": "125239", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Not enough information; invalidated due to staleness of ticket.\nIf still able to reproduce, provide a complete sample.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:48:24.000+0000", "updated": "2011-04-15T02:48:24.000+0000" }, { "id": "410961", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T23:15:58.000+0000", "updated": "2017-03-09T23:15:58.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }