I’m not sure what the problem is with IE11, but the problem with the release 
version is minification renaming.

I just committed a change to the example ant build script to include the 
“js-dynamic-access-unknown-members” option (new to 0.9.3). That fixes the 
renaming problem.

You can do something similar for Maven and/or VS Code builds.

I’m not suggesting that globally enabling this option (like I did) is the best 
way to go, but I have limited time today and I wanted to demonstrate how to use 
it.

Good luck,
Harbs

> On Sep 23, 2018, at 12:24 PM, Carlos Rovira <[email protected]> wrote:
> 
> Hi,
> 
> I'm creating this blog example
> 
> https://royale.codeoscopic.com/loading-github-external-data-through-httpservice/
> 
> After fighting with Github services, I finally get the example working
> locally in Chrome, Firefox and Safari, but not IE11.
> 
> *IE11 error: Unable to get property 'html' of undefined or null reference*
> 
> That I think is when trying to retrieve the var "*service.json._links.html"*
> 
> *service.json._links.html*
> https://github.com/apache/royale-asjs/blob/develop/examples/blog/BE0011_Loading_Github_external_data_through_HTTPService/src/main/royale/BE0011_Loading_Github_external_data_through_HTTPService.mxml
> 
> 
> But, then uploading this to preproduction server it does not work in any
> browser
> 
> https://royale.codeoscopic.com/blog-examples/BE0011_Loading_Github_external_data_through_HTTPService/index.html
> 
> Errors are mostly the same in all browsers:
> 
> *undefined is not an object (evaluating 'this.service.json.Mi.html')*
> 
> So hope someone could give a hand here since I'm a bit lost with this kind
> of problems.
> 
> I'll be off for some hours now, so I'll catch up when I come back at night.
> 
> Thanks for any help here
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira

Reply via email to