{ "id": "121513", "key": "TIMOB-15559", "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": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-10-29T20:55:59.000+0000", "created": "2013-10-22T19:03:29.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "32745", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "121291", "key": "TIMOB-15506", "fields": { "summary": "Android: ListView textfield inside headerView types backwards", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "32738", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "121442", "key": "TIMOB-15546", "fields": { "summary": "Android: TextField set in a listView headerView property loses focus once clicked", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T18:24:53.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": "h5. Problem description\r\n\r\nOn Android 4.3 (Google Nexus Galaxy phone tested) is not possible to focus a textField placed inside a listView.\r\n\r\n\r\n\r\nSample code:\r\n{code}\r\nvar sections = [];\r\n \r\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits'});\r\nvar fruitDataSet = [\r\n {properties: { title: 'Apple', searchableText:' Fruits Apple', itemId:'0 0'}},\r\n {properties: { title: 'Banana', searchableText:'Fruits Banana', itemId:'0 1'}}\r\n];\r\nfruitSection.setItems(fruitDataSet);\r\nsections.push(fruitSection);\r\n \r\nvar tf = Ti.UI.createTextField({\r\n color: '#336699',\r\n height: 100,\r\n top:10,\r\n bottom:10,\r\n left:10,\r\n right:10,\r\n font:{fontSize:20,fontWeight:'bold'},\r\n hintText: 'Search'\r\n });\r\n \r\n// tf.addEventListener('change',function(e){\r\n// listView.searchText = e.value;\r\n// });\r\n \r\n \r\nvar listView = Ti.UI.createListView({\r\n top: 20,\r\n headerView: tf\r\n});\r\nlistView.sections = sections;\r\n \r\n \r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'black',\r\n windowSoftInputMode:Ti.UI.Android.SOFT_INPUT_ADJUST_PAN\r\n});\r\n \r\nwin.add(listView);\r\n \r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: textField in listView cannot be focused on Android 4.3", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.2.0.v20131022050844\r\nTitanium Studio 3.2.0.201310220243\r\nCLI 3.2.0 (72f7426b4ee6c2d2883c666d5b7e03906a16012f branch)\r\nMac OSX 10.8.5\r\n\r\nAndroid 4.3", "comment": { "comments": [ { "id": "277248", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4819", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-29T20:55:25.000+0000", "updated": "2013-10-29T20:55:25.000+0000" }, { "id": "415335", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the linked issues above.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T18:24:53.000+0000", "updated": "2017-03-23T18:24:53.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }