{ "id": "141586", "key": "TIMOB-18202", "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": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-04-10T06:57:47.000+0000", "created": "2014-12-15T14:34:40.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "TSP" ], "versions": [ { "id": "16676", "description": "Release 3.4.1", "name": "Release 3.4.1", "archived": false, "released": true, "releaseDate": "2014-11-14" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2015-06-09T01:07:36.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h4. Problem Description\r\nWhen creating a tableview with multiple sections in mobileweb every other section does not show a seperator.\r\n\r\nh4. Test Case\r\n{code:title=app.js|borderStyle=solid}\r\nTi.UI.backgroundColor = 'white';\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar sectionFruit = Ti.UI.createTableViewSection({\r\nheaderTitle : 'Fruit'\r\n});\r\nsectionFruit.add(Ti.UI.createTableViewRow({\r\ntitle : 'Apples'\r\n}));\r\nsectionFruit.add(Ti.UI.createTableViewRow({\r\ntitle : 'Bananas'\r\n}));\r\n\r\nvar sectionVeg = Ti.UI.createTableViewSection({\r\nheaderTitle : 'Vegetables'\r\n});\r\nsectionVeg.add(Ti.UI.createTableViewRow({\r\ntitle : 'Carrots'\r\n}));\r\nsectionVeg.add(Ti.UI.createTableViewRow({\r\ntitle : 'Potatoes'\r\n}));\r\n\r\nvar sectionFish = Ti.UI.createTableViewSection({\r\nheaderTitle : 'Fish'\r\n});\r\nsectionFish.add(Ti.UI.createTableViewRow({\r\ntitle : 'Cod'\r\n}));\r\nsectionFish.add(Ti.UI.createTableViewRow({\r\ntitle : 'Haddock'\r\n}));\r\n\r\nvar sectionFish2 = Ti.UI.createTableViewSection({\r\nheaderTitle : 'Fish'\r\n});\r\nsectionFish2.add(Ti.UI.createTableViewRow({\r\ntitle : 'Cod'\r\n}));\r\nsectionFish2.add(Ti.UI.createTableViewRow({\r\ntitle : 'Haddock'\r\n}));\r\n\r\nvar table = Ti.UI.createTableView({\r\ndata : [sectionFruit, sectionFish, sectionVeg, sectionFish2],\r\nseparatorColor : \"#000\"\r\n});\r\n\r\nwin.add(table);\r\nwin.open(); \r\n{code}\r\n\r\nh4. Expected Result\r\nAll sections should show seperators between rows.\r\n\r\nh4. Actual Result\r\nAlternate sections do not show seperators.", "attachment": [], "flagged": false, "summary": "MobileWeb: Alternate tableview sections show no seperators", "creator": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio, CLI & SDK - 3.4.1.GA\r\nAlloy 1.5.1\r\nChrome, Firefox, Safari, Android Browser", "closedSprints": [ { "id": 370, "state": "closed", "name": "2015 Sprint 07 SDK", "startDate": "2015-03-28T00:00:13.362Z", "endDate": "2015-04-11T00:00:00.000Z", "completeDate": "2015-04-13T16:25:29.003Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "348508", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/6761\r\n4_0_X pull request: https://github.com/appcelerator/titanium_mobile/pull/6762", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2015-04-03T22:29:12.000+0000", "updated": "2015-04-03T22:29:12.000+0000" }, { "id": "349153", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "PR merged.", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2015-04-10T06:57:41.000+0000", "updated": "2015-04-10T06:57:41.000+0000" }, { "id": "354637", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix.\r\nAll sections show separators as expected.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 4.1.0.201505071004\r\nTi SDK : 4.1.0.v20150605164428\r\nTi CLI : 4.0.1\r\nAlloy : 1.6.0\r\nMAC Yosemite : 10.10.3\r\nAppc npm : 4.0.0\r\nAppc CLI : 4.0.2-rc2\r\nNode: v0.10.37", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-06-09T01:07:24.000+0000", "updated": "2015-06-09T01:07:24.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }