Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1846] Changing a button bar image via array index does not work

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDone
Resolution Date2017-05-24T20:04:39.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsbar, button, defect, ios, iphone, kroll
Reporterctredway
AssigneeIngo Muschenetz
Created2011-04-15T03:03:47.000+0000
Updated2017-05-24T20:04:39.000+0000

Description

Comments

  1. ctredway 2011-04-15

    When trying to change a button bar label image via the array index.

    See this HD ticket for the code.

    http://developer.appcelerator.com/helpdesk/view/43701">http://developer.appcelerator.com/helpdesk/view/43701

    happens on iphone with sdk 1.4.1

  2. Blain Hamon 2012-06-03

    This is likely due to the Kroll issue. That is to say, doing foo.data[5] is not editing the fifth item in foo's data array, but editing the fifth item in a copy of foo's data array that is no longer related to foo.

JSON Source