Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1107] iOS : Alert cancel does not cause bold highlight to change

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionDuplicate
Resolution Date2014-06-09T19:51:40.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsn/a
ReporterTrevor Chong
AssigneeRitu Agrawal
Created2014-06-09T18:44:16.000+0000
Updated2016-03-08T07:37:27.000+0000

Description

Try changing cancel from 0 to 1. The last button is always bolded. Seems like the cancel is always bolded. var dlg_vote = Titanium.UI.createAlertDialog({ title:'Wishing for any features?', message:'Suggest and vote for new features. We actively listen to your feedback. Help make this app even more awesome!', buttonNames : ['Not now','Vote now'], cancel:0 }); dlg_vote.show(); http://screencast.com/t/nd9yOtWETLPA

Comments

  1. Ritu Agrawal 2014-06-09

    This is a duplicate of TIMOB-14341. Apple's API does not expose any way to control text fonts, and any changes were a design decision made by Apple

JSON Source