{ "id": "88094", "key": "TIMOB-8064", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-14T19:52:15.000+0000", "created": "2012-03-16T14:09:25.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "tbs-2.1.0" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-14T19:52:15.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": [], "description": "When triggering any event under V8, the event is shown being fired 3 times in the log:\r\n\r\n{code}\r\n03-16 16:47:07.786 32005 32012 V V8Object: [src/native/V8Object.cpp:74] firing event \"change\"\r\n03-16 16:47:07.786 32005 32012 V V8Object: [src/native/V8Object.cpp:74] firing event \"change\"\r\n03-16 16:47:07.786 32005 32012 V V8Object: [src/native/V8Object.cpp:74] firing event \"change\"\r\n{code}\r\n\r\nWe should tag the logging so that the bubbling behavior is clear.\r\n\r\nTest case:\r\n{code}\r\nvar win = Titanium.UI.createWindow({ \r\n backgroundColor:'#fff'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n\tcolor: '#336699',\r\n height: 50,\r\n top: 100,\r\n left: 100,\r\n width: 100,\r\n returnKeyType: Ti.UI.RETURNKEY_SEARCH\r\n});\r\n\r\nwin.add(textField);\r\nwin.open();\r\n{code}\r\n\r\nWhen typing a single character in text field, event is fired 3 times in log.", "attachment": [], "flagged": false, "summary": "Android: events on V8 show them firing 3 times in logcat so tag should be added for clarity", "creator": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "421991", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress in the past few years. Any problems, please file a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-14T19:52:15.000+0000", "updated": "2017-06-14T19:52:15.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }