[AC-1186] Right/LeftNavButtons click event in a 5 Tab windows application does not fire
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-03-25T22:27:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | clickEvent, ios, leftNavButtons, rightNavButtons, tabGroup |
Reporter | Patrick van Vuuren |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-02-20T12:15:10.000+0000 |
Updated | 2016-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
[~mrahman] Can you please review and validate the testcase? After that, check with 3.5.1 and master
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