{ "id": "172329", "key": "AC-5926", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "10000", "description": "", "name": "Done" }, "resolutiondate": "2018-11-28T22:40:58.000+0000", "created": "2018-09-21T11:03:32.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-11-28T22:40:58.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "h3. Steps to Reproduce\nButton title is underlined on real device an not in iOS simulator \n\nh3. Actual Result\nbutton title underlined\n\nh3. Expected Result\nbutton title not underlined", "attachment": [ { "id": "65629", "filename": ".log", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T11:03:51.000+0000", "size": 8453242, "mimeType": "text/plain" }, { "id": "65641", "filename": "Bildschirmfoto 2018-09-21 um 23.20.02.png", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T21:21:47.000+0000", "size": 347158, "mimeType": "image/png" }, { "id": "65630", "filename": "diagnostic4761515509901473023.log", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T11:04:04.000+0000", "size": 683964, "mimeType": "text/plain" }, { "id": "65640", "filename": "IMG_1266.JPG", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T21:17:30.000+0000", "size": 896374, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Button title is underlined on real device an not in iOS simulator ", "creator": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio 5.0.0", "comment": { "comments": [ { "id": "441904", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, There is no description given, SDK, CLI and iOS version. We need a sample reproducible code for testing the issue. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-09-21T20:25:40.000+0000", "updated": "2018-09-21T20:25:40.000+0000" }, { "id": "441906", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot send you whole app. Its too big. can send you the example code of a button. But that is nothing special. very interesting is the fact, that it don't occur on an iPad. Just iPhone X. Couldn't test with other iPhone hardware. Can open to you the App on a test flight but need an email address for it.\r\n\r\nvar btCreate = Ti.UI.createButton({\r\n height: 40,\r\n width: 200,\r\n color:'#000000',\r\n font: {\r\n fontSize:16, \r\n fontWeight:epr.fontWeightNormal\r\n },\r\n borderRadius:0,\r\n backgroundImage:'none',\r\n backgroundColor: epr.btColor1,\r\n backgroundGradient:{ \r\n type:'linear', \r\n colors:[epr.btColor1,epr.btColor2]\r\n },\r\n top: 295,\r\n left: 15,\r\n title:L('register','Registrierung')\r\n });\r\n registerBox.add(btCreate);\r\n\r\n\r\n", "updateAuthor": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T21:16:42.000+0000", "updated": "2018-09-21T21:16:42.000+0000" }, { "id": "441908", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "using 7.4.0 GA all new updates installed, Xcode 10\r\n\r\nbut also happens unter 7.3.1 and Xcode 9.3", "updateAuthor": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T21:19:10.000+0000", "updated": "2018-09-21T21:19:10.000+0000" }, { "id": "442190", "author": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi,\r\nI found out that this happens if I use the button.title attribute.\r\n\r\nIf I use a (not documented) button.text attribute it works fine.\r\n\r\nWhat are your recommendations?", "updateAuthor": { "name": "mollin", "key": "mollin", "displayName": "Joachim Mollin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-10-01T08:56:58.000+0000", "updated": "2018-10-01T08:56:58.000+0000" }, { "id": "444020", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, use the button text attributes. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-11-28T22:40:58.000+0000", "updated": "2018-11-28T22:40:58.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }