{ "id": "160156", "key": "TIMOB-23368", "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": "2016-05-10T15:18:43.000+0000", "priority": null, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T19:55:39.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": [], "description": "h2. Problem\r\n\r\nThe allows selection property is not doing anything on Windows 10.0, but is working correctly on Windows 8.1. \r\n\r\nh2. Test case\r\n\r\nWindows 10 incorrectly allows selection: \r\n!http://i.imgur.com/cbSoAcc.png!\r\n\r\n\r\n{code:lang=xml}\r\n\r\n \r\n \r\n \r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n \r\n \r\n\r\n{code}\r\n\r\n{code:lang=css}\r\n\".container\": {\r\n\tbackgroundColor: '#FFFFFF'\r\n}\r\n\r\n\"#exampleTable\": {\r\n\ttop: '20%',\r\n\tallowsSelection: false\r\n}\r\n\r\n\".exampleRow\": {\r\n\tcolor: \"#000000\"\r\n}\r\n{code}\r\n\r\nh2. Discussions\r\n\r\nExpect the same functionality in Windows 10.0 as Windows 8.1. Using CLI to build the applications locally: \r\nappc titanium build --platform windows --target ws-local --wp-sdk 8.1\r\nappc titanium build --platform windows --target ws-local --wp-sdk 10.0 \r\n", "attachment": [], "flagged": false, "summary": "Windows: allowsSelection property of Table not working in WIndows 10.0", "creator": { "name": "kdclaw3@gmail.com", "key": "kdclaw3@gmail.com", "displayName": "Dee Clawson", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "kdclaw3@gmail.com", "key": "kdclaw3@gmail.com", "displayName": "Dee Clawson", "active": true, "timeZone": "America/New_York" }, "environment": "Ti SDK: 5.3.0.v20160509143032\r\nEnvironment: Windows 10 Pro\r\nBuilding for Windows 8.1 & Windows 10\r\n", "comment": { "comments": [ { "id": "385455", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "Testing this on iOS, Windows 8.1 and 10 I found that {{allowsSelection}} on the Windows platform does not work. \r\n\r\nUsing the code below I found that;\r\n* The alert was shown on both Windows 8.1 and 10 but not on iOS.\r\n* There was visual feedback when clicked on Windows 8.1 and 10 but not on iOS\r\n* The only difference between windows 8.1 and 10 is on 8.1 the background color of the table row is not changed when clicked.\r\n\r\n*Index.xml*\r\n\r\n{code:java}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n{code}\r\n\r\n*Index.js*\r\n\r\n{code:java}\r\nfunction clickMe(e) {\r\n\talert(\"click\"); \r\n}\r\n$.index.open();\r\n{code}\r\n\r\n*Index.tss*\r\n\r\n{code:java}\r\n\r\n\".container\": {\r\n\tbackgroundColor: '#FFFFFF'\r\n}\r\n \r\n\"#exampleTable\": {\r\n\ttop: '20%',\r\n\tallowsSelection: false\r\n}\r\n \r\n\".exampleRow\": {\r\n\tcolor: \"#000000\"\r\n}\r\n{code}", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2016-05-11T21:47:00.000+0000", "updated": "2016-05-11T21:47:47.000+0000" }, { "id": "385566", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "*ENV*\r\nWindows 10 pro\r\nTi SDK: 5.3.0.v20160509143032 \r\nAppc NPM: 4.2.5-5 \r\nApp CLI: 5.3.0-44 \r\nNode v0.12.7", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2016-05-12T19:35:10.000+0000", "updated": "2016-05-12T19:35:54.000+0000" }, { "id": "403200", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~jlongton], Can you confirm if this is still an issue in SDK 6.0.0.GA?", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-12-12T19:14:21.000+0000", "updated": "2016-12-12T19:18:05.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }