Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1186] Right/LeftNavButtons click event in a 5 Tab windows application does not fire

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2015-03-25T22:27:34.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
LabelsclickEvent, ios, leftNavButtons, rightNavButtons, tabGroup
ReporterPatrick van Vuuren
AssigneeRadamantis Torres-Lechuga
Created2015-02-20T12:15:10.000+0000
Updated2016-03-08T07:37:33.000+0000

Description

Hello, When I have an application with five tabs containing a window, and all windows have one button inside the 'leftNavButtons' or 'rightNavButtons' with a click event listener, the event does not fire. Expected result: The click event fires Current result: The click event does not fire See the attached project. I also found out that if you add a view component, no matter what view component, and a attach a random event listener to it, the click event fires. So if the window contains a child that has an event listener the nav button click event fires. Kind regards, Patrick

Attachments

FileDateSize
NavButtonTest.zip2015-02-20T12:15:10.000+00008887452

Comments

  1. Radamantis Torres-Lechuga 2015-03-18

    [~mrahman] Can you please review and validate the testcase? After that, check with 3.5.1 and master
  2. Patrick van Vuuren 2015-03-19

    I noticed the index.xml in the zip contains 'leftNavButton' in every window. This should be 'leftNavButtons' (or 'rightNavButtons', what ever you like) for the test case. I also checked the test case for 3.5.1: Expected result: The click event fires Current result: The click event does not fire
  3. Radamantis Torres-Lechuga 2015-03-25

JSON Source