{ "id": "91451", "key": "TIMOB-9063", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-01-10T18:07:17.000+0000", "created": "2012-05-07T06:20:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": null, "updated": "2020-01-10T18:07:17.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": "Check mark doesn't appear on QVGA screens.\r\nCheck this question: http://developer.appcelerator.com/question/131811/check-mark-does-not-appear-on-qvga-simulator\r\n\r\nOr just try this code:\r\n~~~\r\nTi.UI.setBackgroundColor('#000');\r\n\r\nvar win = Ti.UI.createWindow();\r\nvar parentView = Ti.UI.createView(); \r\n\r\n// Create a TableView.\r\nvar aTableView = Ti.UI.createTableView();\r\n\r\n// Populate the TableView data.\r\nvar data = [\r\n\t{title:'Row 1', hasChild:true, color:'red', header:'First'},\r\n\t{title:'Row 2', hasDetail:true, color:'green'},\r\n\t{title:'Row 3', hasCheck:true, color:'blue', header:'Second'},\r\n\t{title:'Row 4', color:'orange'}\r\n];\r\naTableView.setData(data);\r\n\r\n// Listen for click events.\r\naTableView.addEventListener('click', function(e) {\r\n\talert('title: \\'' + e.row.title + '\\', section: \\'' + e.section.headerTitle + '\\', index: ' + e.index);\r\n});\r\n\r\n// Add to the parent view.\r\nparentView.add(aTableView);\r\nwin.add(parentView);\r\nwin.open();\r\n~~~\r\n\r\nThe check mark does show up in larger screens but not on QVGA.", "attachment": [], "flagged": false, "summary": "TableViewRow: Check Mark Does Not Appear On QVGA Screens", "creator": { "name": "warchild", "key": "warchild", "displayName": "Dário Marcelino", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "warchild", "key": "warchild", "displayName": "Dário Marcelino", "active": true, "timeZone": "Europe/London" }, "environment": "Android QVGA, emulator and devices\r\nSDK: 2.0GA2", "comment": { "comments": [ { "id": "243360", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The problem reproduces with release 3.0.2 and master release 3.1.0.\nIt works properly on screens 320x480 and larger in the simulator but the same code on the 240x320 QVGA does not display the check mark.\ntested on\n\nTitanium Studio, build: 3.0.2.201302191606\nTitanium SDK version: 3.1.0 \nTitanium SDK version: 3.0.2 \nDevice: Samsung galaxy s duos Android version: 4.0.4\n\nAndroid Emulator: Android SDK version: 2.2", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-21T07:13:37.000+0000", "updated": "2013-03-21T07:13:37.000+0000" }, { "id": "453653", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. \r\n\r\nIf community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-01-10T18:07:17.000+0000", "updated": "2020-01-10T18:07:17.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }