Hi Carlos, I just pushed fixed for double click event on RadioButton, but it's not ideal. With this fix our "selected" property won't work.
My solution: - Getting all Radio buttons in group and deselect all radio (I'm using java script function not "selected" property - that's why in unselection process our selected property is untouched) - Look into the "unselectAll" function - maybe you will have some other idea. - I'm selecting clicked element Here is what I see without my fix. Our event listener is fire two times and source of our event is from <http://apache-flex-development.2333347.n4.nabble.com/file/n58814/radio_click.png> goog.events.handleBrowseEvent function inside events.js - This function is fire two times in our ElementWrapper - fireListenerOverride. - Not sure why. Piotr ----- Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-RadioButton-click-event-tp58731p58814.html Sent from the Apache Flex Development mailing list archive at Nabble.com.