On 1/17/17, 2:08 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>Alex, > >initEvent is the way which some day may be dropped from support in some >browsers. - That's how I'm thinking reading that is deprecated. > >inject_html_ie - hmm...How it could work if I have in some of my function: > >var ev:window.Event = new window.Event() - it will replace this line ? If we did inject_html_ie, it would inject the EventUtil as you have committed it,and then the default EventUtil would just call new window.Event. Essentially, the default would be about half of the code you have now. Does that make sense? -Alex