Hi Piotr, Thanks for working on it. I'm wondering, is the "old way" of createEvent/initEvent not work in some browsers? Otherwise, we should just use that one code path. And if I understand correctly that only IE doesn't support "new Event", then we should remember to re-visit this code in the future and make it more PAYG.
What you have is fine for now. My current thought is that we'd add an "inject_html_ie" capability that would add in certain code if the app is targeting IE. And that code would replace the EventUtil from one that just does "new Event" to the one you have now. Thoughts? -Alex On 1/17/17, 1:42 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >I think I have fixed event creation. Now everything is working in IE11 :) > >I've introduced util for JS events creation -> > >org.apache.flex.events.utils.EventUtils >- createEvent >- createMouseEvent > >Piotr > > > >----- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Problems-with- >custom-events-in-IE11-tp58387p58406.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.