Badcreature / mad-components

Automatically exported from code.google.com/p/mad-components
0 stars 0 forks source link

UINavigation.navigationBar.rightButton does not work with UIButton.CLICKED listener with or without UINavigation.autoBack = false; #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by sanadhus...@gmail.com on 5 Jun 2011 at 5:04

GoogleCodeExporter commented 8 years ago
I've written a test.  See MadComponentsNavigation.as.  Unable to duplicate this 
issue.

Can you provide more information?

Original comment by doc.andr...@gmail.com on 5 Jun 2011 at 9:34

GoogleCodeExporter commented 8 years ago
I have suggested a patch to MadComponentsNavigation.as to demonstrate this bug.

Original comment by sanadhus...@gmail.com on 5 Jun 2011 at 4:10

GoogleCodeExporter commented 8 years ago
A misunderstanding I think.

While UINavigation.navigationBar.rightButton works with UIButton.CLICKED 
listener, UINavigation.navigationBar.rightArrow does not.  Use MouseEvents.

Original comment by doc.andr...@gmail.com on 5 Jun 2011 at 6:09