The event being received by the MDL RadioButton looks to me like a real browser event; not a google'd event, not a FlexJS event, but a real browser event. And there are two of them coming in, one with target <span> and the other with target <input>. My guess is that MDL additional material.min.js must be adding extra stuff somehow to this.
If you could make a pure MDL example, without any FlexJS, just an out-of-the-box MDL with some radio buttons in it, I think you will also get two events. I don't see why you would not unless how you form an MDL radio button is different than the way it has been formed in the ActionScript code of mdl.RadioButton. ‹peter On 2/1/17, 1:57 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >Alex, > >You need to go to the MDL RadioButton and comment line where we are adding >event listener for click - It should be enough. > >Let me know. > >Piotr > > > >----- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Click-Event-At >t-Alex-and-Peter-was-Re-FlexJS-RadioButton-click-event-tp58835p58933.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.