
mad-components - issue #3
UINavigation.navigationBar.rightButton does not work with UIButton.CLICKED listener with or without UINavigation.autoBack = false;
What steps will reproduce the problem? UINavigation.navigationBar.rightButton does not work with UIButton.CLICKED listener with or without setting UINavigation.autoBack = false; It appears from observing the button in the UI, that it is not getting clicked/tapped since it does not change its color (or appearance) at all.
What is the expected output? What do you see instead? UIButton.CLICKED listener should call the listening method on button click.
What version of the product are you using? On what operating system? 0.4.3 on Windows 7
Please provide any additional information below.
Comment #1
Posted on Jun 5, 2011 by Grumpy BirdI've written a test. See MadComponentsNavigation.as. Unable to duplicate this issue.
Can you provide more information?
Comment #2
Posted on Jun 5, 2011 by Swift BirdI have suggested a patch to MadComponentsNavigation.as to demonstrate this bug.
Comment #3
Posted on Jun 5, 2011 by Grumpy BirdA misunderstanding I think.
While UINavigation.navigationBar.rightButton works with UIButton.CLICKED listener, UINavigation.navigationBar.rightArrow does not. Use MouseEvents.
Status: Done
Labels:
Type-Defect
Priority-Medium