Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1258] RightNavButtons child button click events not fired consistently

GitHub Issuen/a
TypeBug
PriorityCritical
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-10-21T23:48:10.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK
Labelsios, iphone
ReporterFrank Eijking
AssigneeIngo Muschenetz
Created2015-03-19T08:45:14.000+0000
Updated2015-10-21T23:48:10.000+0000

Description

When using the iOS RightNavButton*s* property of a window and adding more than one button to it as children, the click events on these buttons only work for the first 4 taps and then nothing happens when you click on them. Also see [this issue on Stackoverflow](http://stackoverflow.com/questions/26566043/in-titanium-js-when-setting-rightnavbuttons-the-buttons-only-work-for-the-firs/29083936#29083936) *Controller: index.js* {noformat}

Comments

  1. Frank Eijking 2015-03-19

    To avoid the , which can contain more than one view. *As a workaround* I instead use which can contain only one child view. However to add still add two buttons to my navbar, I nested the buttons in an intermediate view container (the single child of the . {noformat}
  2. Radamantis Torres-Lechuga 2015-03-25

    [~morahman] can you check this with a titanium classic test case?
  3. Feon Sua Xin Miao 2015-10-21

    I'm not able to reproduce this. Appc CLI: 5.0.3 Ti SDK: 5.0.2.GA

JSON Source