{ "id": "64172", "key": "TIMOB-3540", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-07-10T19:03:34.000+0000", "created": "2011-04-15T03:46:27.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "supportTeam" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-10T19:03:34.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}

Problem

\r\n

PickerRow events are not registering as documented.

\r\n

Test Code

\r\n
\r\nvar win = Titanium.UI.createWindow();\r\n\r\nvar picker = Titanium.UI.createPicker();\r\n\r\n    row1=Titanium.UI.createPickerRow({title:'Row 1'});\r\n    row2=Titanium.UI.createPickerRow({title:'Row 2'});\r\n    row3=Titanium.UI.createPickerRow({title:'Row 3',stellarLevel:3});\r\n    \r\npicker.add(row1);\r\npicker.add(row2);\r\npicker.add(row3);\r\nwin.add(picker);\r\n\r\n    row1.addEventListener('click',function(){\r\n    Ti.API.info('CLICK');\r\n    });\r\n    \r\n    row2.addEventListener('touchstart',function(){\r\n    Ti.API.info('TOUCH');\r\n    });\r\n    \r\n    row3.addEventListener('touchend',function(){\r\n    Ti.API.info('TOUCH');\r\n    });\r\n    \r\n    picker.addEventListener('change', function(e){\r\n    Ti.API.info(picker.getSelectedRow(0).title);\r\n    });\r\n\r\nwin.open();\r\n
\r\n

Ticket Reference

\r\n

http://support-admin.appcelerator.com/display/PCR-28533-758

{html}", "attachment": [], "flagged": false, "summary": "PickerRow events not registering", "creator": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "MacBook Pro OSX Version 10.9\r\nTitanium SDK 3.2.0GA \r\niOS -Simulator -iphone Retina 3.5 inch/ios 7.0.3\r\nTitanium Studio, build: 3.2.0.201312191547\r\nCLI 3.2.0", "comment": { "comments": [ { "id": "130749", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This will occur as part of an update to Tableviews in 1.8.

{html}", "updateAuthor": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:46:28.000+0000", "updated": "2011-04-15T03:46:28.000+0000" }, { "id": "194930", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Documentation says this should work, tested with 2.0.1GA2, issue still exists on the iOS simulator. ", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-05-15T16:48:10.000+0000", "updated": "2012-05-15T16:48:10.000+0000" }, { "id": "250763", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces on ios simulator\n\nTested with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 \niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-08T10:01:27.000+0000", "updated": "2013-05-08T10:01:27.000+0000" }, { "id": "423789", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Can verify that this has been fixed and tested with the following environment;\r\niPhone 6 (10.0)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1 GA\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.2\r\nTi CLI 5.0.14\r\nAlloy 1.9.11\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-10T19:03:34.000+0000", "updated": "2017-07-10T19:03:34.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }