Re: Tapestry5.4.0 'ProgressiveDisplay' ajax call fails to render page on IE 11

2016-06-23 Thread sheikh hossain
Finally I have made it to work. Here's what I had to do. In case someone has the same issue. In my AppModule.java configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); and ... @Contribute(Compatibility.class) public static void disableScriptaculous(MappedConfig

Re: Tapestry5.4.0 'ProgressiveDisplay' ajax call fails to render page on IE 11

2016-06-21 Thread sheikh hossain
Upate: I have found the issue here. First of all I want to thank Chris for the quick response and pointing me to the right direction. It was indeed an issue with IE document mode. It seems the iframe is being forced to use the old document mode instead of the standard mode by it's parent window w

Re: Tapestry5.4.0 'ProgressiveDisplay' ajax call fails to render page on IE 11

2016-06-21 Thread sheikh hossain
Thanks a lot Chris ! I have just now tried with compatibility mode after you have pointed out. Didn't work though. I will look into this compatibility mode thing more to see if I can find anything more. Thanks again. On Tue, Jun 21, 2016 at 11:36 AM, Chris Poulsen wrote: > Hi, > > Sounds like I

Re: Tapestry5.4.0 'ProgressiveDisplay' ajax call fails to render page on IE 11

2016-06-21 Thread Chris Poulsen
Hi, Sounds like IE is to blame - for once... Could it be something with compatibility mode that is acting up? https://msdn.microsoft.com/en-us/library/ff955410(v=vs.85).aspx -- Chris On Tue, Jun 21, 2016 at 4:29 PM, sheikh hossain wrote: > I wonder if there's any issue with ProgressiveDispla

Tapestry5.4.0 'ProgressiveDisplay' ajax call fails to render page on IE 11

2016-06-21 Thread sheikh hossain
I wonder if there's any issue with ProgressiveDisplay component on IE11. One of our pages doesn't load entirely showing only 'Loading ...' message when being tested on QA server which has IE11 and Jboss wildfly 10.0.0. This page works when we test it locally on IE11 with Jboss wildfly 10.0.0. But