Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2929] iOS: TabbedBar ignores 'enabled'/'disabled'

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:45:55.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelsapi
ReporterIan Hawes
AssigneeIngo Muschenetz
Created2011-04-15T03:33:11.000+0000
Updated2017-06-07T22:45:55.000+0000

Description

Use case:

var tbarButtons = [
    {title:'Lunch',width:'auto',enabled:true},
    {title:'Dinner',width:'auto',enabled:false}
];
var tbarHeader = Ti.UI.createTabbedBar({
    labels: tbarButtons,
    style:Ti.UI.iPhone.SystemButtonStyle.BAR,
    width:"100%"
});

Comments

  1. Stephen Tramer 2012-07-26

    Confirmed SDK 2.2.0.014b86f
  2. Lee Morris 2017-06-07

    Closing ticket due to the time passed and lack of progress.

JSON Source