{ "id": "102788", "key": "TIMOB-11287", "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": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-02-11T21:56:43.000+0000", "created": "2012-10-06T01:00:56.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "label", "qe-closed-3.2.2", "qe-testadded", "supportTeam" ], "versions": [ { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" }, { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:44:30.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": "When you change the text of the label it blinks a bit. It doesn't change smoothly.\r\nh4. Repo case\r\n1. Run the below code in your app.js\r\n2. Click on the text of the label and you can see it. \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'red'\r\n});\r\nvar self = Ti.UI.createView();\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext : \"Small\"\r\n});\r\nself.add(label);\r\n\r\nlabel.addEventListener(\"click\", function(e) {\r\n\tlabel.text = label.text == \"Small\" ? \"Much longer\" : \"Small\";\r\n});\r\nwin.add(self);\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Label blinks momentarily when changing text if the label position is not specified", "creator": { "name": "nsharma", "key": "nsharma", "displayName": "Nikhil Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nsharma", "key": "nsharma", "displayName": "Nikhil Sharma", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS5\r\niOS6\r\nTi SDK 2.1.3.GA", "comment": { "comments": [ { "id": "243865", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "the problem exist with release 3.1.0, It doesn't change smoothly.\n\nTitanium Studio, build: 3.0.2.201302191606\nTitanium SDK version: 3.1.0 \nTitanium SDK version: 3.0.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-25T06:45:28.000+0000", "updated": "2013-03-25T06:45:28.000+0000" }, { "id": "292480", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This issue can't be reproduced with TISDK 3.2 or higher. Therefore, marking it as resolved.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-02-11T21:56:43.000+0000", "updated": "2014-02-11T21:56:43.000+0000" }, { "id": "296277", "author": { "name": "nmittal", "key": "nmittal", "displayName": "Neha Mittal", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Issue is not reproducible anymore using below environment so closing as fixed\r\n\r\nEnvironment:\r\nAppc Studio: 3.2.2.201402280732\r\nSdk: 3.2.2.v20140221161255 and 3.2.1.GA\r\nacs: 1.0.14\r\nnpm: 1.3.2\r\nalloy:1.3.1\r\ntitanium:3.2.1\r\ntitanium-code-processor:1.1.0\r\nXcode: 5.1-beta5\r\nOsx: Maverick(10.9.2)\r\nDevice: iPhone 5S (iOS 7.1)\r\n", "updateAuthor": { "name": "nmittal", "key": "nmittal", "displayName": "Neha Mittal", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-03-10T09:21:31.000+0000", "updated": "2014-03-10T09:21:31.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }