{ "id": "84506", "key": "TIMOB-7012", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-06-07T21:46:49.000+0000", "created": "2012-01-05T15:50:32.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-07T21:46:49.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": "Steps to reproduce:\r\n1. Copy the code below to app.js and compile\r\n{code}\r\nvar win = Ti.UI.createWindow({ backgroundColor:'#000' });\r\nvar win2 = Ti.UI.createWindow({ navBarHidden:true, backgroundColor:'#f00' });\r\nvar btn = Ti.UI.createButton({ title:'open', height:50, left:10, right:10 });\r\n\r\nbtn.addEventListener('click', function(e) {\r\n var textField = Ti.UI.createTextField({ height:50, left:10, right:10 });\r\n \r\n win2.add(textField);\r\n \r\n win2.open({ modal:true });\r\n});\r\n\r\nwin.add(btn);\r\n\r\nwin.open();\r\n{code}\r\n2. Click on open\r\n3. Click the text field and enter data\r\n\r\nActual Result:\r\nThe entry is slow and unusable, sometimes enter characters as if it is a longpress\r\n\r\nExpected Result:\r\nShould be usable", "attachment": [], "flagged": false, "summary": "Android: Modal WIndow: Kindle Fire: v8/rhino: performance on text field entry is slow and unusable when a window is opened as a modal", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Kindle Fire with 1.9.0.v20120105143134", "comment": { "comments": [ { "id": "242880", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The problem cannot reproduces with release 3.0.2 and master release 3.1.0\n\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\nAndroid Emulator: Android SDK version: 2.2\niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-19T10:51:33.000+0000", "updated": "2013-03-19T10:51:33.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }