RE: [FlexJS] Some things still missing ni FlexJS

2017-01-17 Thread Kessler CTR Mark J
I do not use AMF for enterprise level applications. AMF falls short of our requirements. But the bottom line for us for converting to FlexJS would be seamless operation(look / feel / interaction) in all major browsers (excluding IE) and the ability to compile it using our existing spark ba

RE: [FlexJS] Some things still missing ni FlexJS

2017-01-17 Thread yishayw
Kessler CTR Mark J wrote > the ability to compile it using our existing spark based projects without > having to having to create hundreds of JS beads / customizations. > Understandably heavier, but compatibility is more important. An effort is underway to create a component set that bakes in mor

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
I would like to hear more feedback on this one. Maybe Harbs or Yishay will share their thoughts - cause they rewriting Flex app to FlexJS - If I change our creation of events from new window.Event to something like that [1]. Will it impact them ? [1] https://developer.mozilla.org/en-US/docs/Web/

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread yishayw
We don't use low level events in our app, so theoretically we should be indifferent to the implementation. If it solves an IE issue, it should only have a positive effect on us. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Problems-with-custom-eve

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
This low level events has been used in the back stage in our framework. Look into the MouseEvent for example. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Problems-with-custom-events-in-IE11-t

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-17 Thread Peter Ent
See comment in-line. ‹peter On 1/17/17, 9:11 AM, "yishayw" wrote: >Kessler CTR Mark J wrote >> the ability to compile it using our existing spark based projects >>without >> having to having to create hundreds of JS beads / customizations. >> Understandably heavier, but compatibility is more imp

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread Harbs
We have had issues with mouse events. I don’t think we’re doing anything super-special there. We have not done enough testing in IE. If you break something, we’ll know soon enough. ;-) > On Jan 17, 2017, at 4:28 PM, piotrz wrote: > > This low level events has been used in the back stage in ou

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread Carlos Rovira
Maybe for this kind of cases, better to make a branch and ask people to check and test against that branch. Right? 2017-01-17 16:14 GMT+01:00 Harbs : > We have had issues with mouse events. I don’t think we’re doing anything > super-special there. > > We have not done enough testing in IE. If you

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
Hi Carlos, I just commit it and then saw your email. I think I did it with backward compatibility - if you look what I've changed you will see. I will provide also method for create MouseEvent. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apach

[FlexJS] Test dialog-polyfill

2017-01-17 Thread Carlos Rovira
Hi, I test dialog-polyfill and find that minified version gives error. Don't know why is the reason, and this surprise me since this should be very used by lots of people. My test was simple just a index.html with the minified css and js scripts. when loads it reports an Unexpected Tokex '.' as I

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-17 Thread Alex Harui
On 1/17/17, 3:43 AM, "Kessler CTR Mark J" wrote: >I do not use AMF for enterprise level applications. AMF falls short >of our requirements. But the bottom line for us for converting to FlexJS >would be seamless operation(look / feel / interaction) in all major >browsers (excluding IE) and

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-17 Thread Alex Harui
Hi Piotr, I think you should now get 3 things in the array. There might still be an issue with the property watchers, not sure. Let me know what you find out. Thanks, Alex On 1/13/17, 1:45 PM, "Alex Harui" wrote: >IMO, the output should be: >["anyClass", "subClass", "fieldC"] > > > >I will l

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
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://apac

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread Alex Harui
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

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-17 Thread piotrz
Hi Alex, Thank you! Just tested it and it seems that multiple references working fine now. I will do more tests tomorrow my time. :) If everything go well I will resolve both jiras and upload to jira my final code. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in c

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
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 ? Piotr

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread Clint M
Thought this might help. http://caniuse.com/#feat=customevent If you click the "Show All" button on the link you can see a broader range of device support. On Tue, Jan 17, 2017 at 1:55 PM, Alex Harui wrote: > Hi Piotr, > > Thanks for working on it. I'm wondering, is the "old way" of > createEve

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread Alex Harui
On 1/17/17, 2:08 PM, "piotrz" 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 wind

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 206: Successful

2017-01-17 Thread flex . ci . builds
flex-sdk_release-candidate - Build #206 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/206/.

Re: Build failed in Jenkins: flex-asjs #1879

2017-01-17 Thread Piotr Zarzycki
Hi Guys, I'm sorry about that. I don't know what exactly I should do with this file. Can someone help me with this? Thanks, Piotr On Wed, Jan 18, 2017, 05:08 wrote: > See > > -- > [...truncat

Re: Build failed in Jenkins: flex-asjs #1879

2017-01-17 Thread Alex Harui
On 1/17/17, 9:57 PM, "Piotr Zarzycki" wrote: >Hi Guys, > >I'm sorry about that. I don't know what exactly I should do with this >file. >Can someone help me with this? I think I fixed it. -Alex

Re: [FlexJS] Problems with custom events in IE11

2017-01-17 Thread piotrz
Alex, It make sense. This inject_html_ie is something which is written in pure JS as I think yes or it can be in AS then compiled to JS ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Problems