This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Mar 17, 2011, 1:08 PM
39 Posts

Re: Internet Explorer 9 breaks XPages TypeAhead functionality?

  • Category: Other
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: typeahead ie9
  • Replies: 3
Haven't tried it, but you might try to emulate ie7 by using ie7 compatibility like you could do with ie8
 
    var res = facesContext.getExternalContext().getResponse();
    res.setHeader("X-UA-Compatible", "IE=EmulateIE7");

Thanks
-Toby
Mar 17, 2011, 7:36 PM
22 Posts
Re: Internet Explorer 9 breaks XPages TypeAhead functionality?
Thanks for the reply Toby.
 
I knew about that method, and have tried that.
However, the XPage in question is rendered thru an iframe and that technique doesn't seem to have any effect.
 
For now, we have had to instruct visitors who call in to manually switch to "Compatibility View" mode - Doesn't make us look good at all! 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal