{ "id": "124708", "key": "TIMOB-16260", "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": "2014-01-12T20:22:01.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:32.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "attachment": [ { "id": "45065", "filename": ".log", "author": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "created": "2014-01-12T20:22:14.000+0000", "size": 5895658, "mimeType": "text/plain" }, { "id": "45066", "filename": "diagnostic4920183856558046704.log", "author": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "created": "2014-01-12T20:22:21.000+0000", "size": 15690, "mimeType": "text/plain" }, { "id": "45242", "filename": "iOS Simulator Screen shot Jan 20, 2014 4.53.39 PM.png", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2014-01-20T11:21:02.000+0000", "size": 89754, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Re-layout slow, impairing TextArea typing, with occasional disappearance of text", "creator": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "environment": "Titanium Studio 3.2.0", "comment": { "comments": [ { "id": "287931", "author": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "body": "Apologies, actual and expected result swapped above! ", "updateAuthor": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "created": "2014-01-13T07:46:09.000+0000", "updated": "2014-01-13T07:46:09.000+0000" }, { "id": "290322", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Was able to reproduce the following on SDK build 3.2.0.GA and 3.2.1.v20140128171647:\n\n1. The lag/ripple effect when changing visibility or font size on: iphone 5s (7.0.2), ipad 2 (7.0.4), iOS simulator 3.5 inch (7.0.3)\n2. The lag when typing in the textarea *only* on: ipad 2 (7.0.4)\n\nHowever, I was *not* able to reproduce the vanishing textarea content on: iphone 5s (7.0.2), ipad 2 (7.0.4), iOS simulator 3.5 inch (7.0.3).\n\nAlso, I was not able to observe the Android behavior since the sample code is requiring in a custom Android module.\n\nTested on:\n\nTitanium Studio, build: 3.2.1.201401281349\nSDK build: 3.2.0.GA, 3.2.1.v20140128171647\nCLI: 3.2.1-beta3\nAlloy: 1.3.1-beta4\nXcode: 5.0.2\nDevices: iphone 5s (7.0.2), ipad 2 (7.0.4), iOS simulator 3.5 inch (7.0.3)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-29T21:54:26.000+0000", "updated": "2014-01-29T21:54:26.000+0000" }, { "id": "290324", "author": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "updateAuthor": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "created": "2014-01-29T21:57:50.000+0000", "updated": "2014-01-29T21:57:50.000+0000" }, { "id": "290329", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Ah. Yes, you are correct.\n\nAfter commenting out the Android custom module and running the sample code on Samsung Galaxy S3 (4.1.2), I was able to observe the following:\n\n1. There is no lag/ripple effect when changing visibility or font size\n2. There is no noticeable lab when typing in the textarea\n3. And, textarea does not vanish when typing large amounts of short text\n\nTested on:\n\nTitanium Studio, build: 3.2.1.201401281349\nSDK build: 3.2.0.GA, 3.2.1.v20140128171647\nCLI: 3.2.1-beta3\nAlloy: 1.3.1-beta4\nDevices: Samsung Galaxy S3 (4.1.2)\n\n*Note to QE:* When testing on Android, comment out this part of the sample code:\n{code}\n// comment this entire block of code\nif (Titanium.Platform.osname == 'android') {\n textAreaCreator = require('org.camcops.androidtibugfix').createTextArea; // custom module\n}\n{code}\n", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-29T22:12:21.000+0000", "updated": "2014-01-29T22:12:21.000+0000" }, { "id": "290667", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~rudolf@pobox.com] Did this happen in 3.1.3 as well? Is this issue new to 3.2.0?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-31T19:11:17.000+0000", "updated": "2014-01-31T19:11:17.000+0000" }, { "id": "290690", "author": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "body": "I think it was in 3.1.3 as well, but can't be 100% sure as that will now no longer launch (seems to need a good deal of reconfiguration w.r.t. iOS version to do so); presumably easier for you to check?", "updateAuthor": { "name": "rudolf@pobox.com", "key": "rudolf@pobox.com", "displayName": "Rudolf Cardinal", "active": true, "timeZone": "Europe/London" }, "created": "2014-01-31T20:16:25.000+0000", "updated": "2014-01-31T20:16:25.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }