3

When I browse my primefaces application on Internet Explorer 11, I am getting this error "Member not found".

When I debug the web site, The Exception is thrown on jquery.js.jsf, Line: 25, Column 37861.

Why I get this error? It is showing correctly on Mozilla FireFox's and Chrome's latest versions.

softpower
  • 136
  • 9
  • You're getting this on all the pages ? Try to do a minimal page and see if the problem still exists. If it's gone, it's more probably that your code is causing this.. – Hatem Alimam Jun 18 '14 at 06:57
  • _I found the problem's temporary solution. for IE11 adding compability view meta tag to head._ ** ** – softpower Jun 18 '14 at 07:01
  • @HatemAlimam Yeah, I am getting this error on all pages. The problem is caused by jquery.js.jsf file. – softpower Jun 18 '14 at 07:08
  • 1
    This is **not** a temporary solution, this is a MUST sometimes.. I wouldn't use `Edge` as a value, I would focus on one version, for example in my project to get IE into some sense I include this in my template.. `` with IE8 option, this way I know one mode would operate. [see more](http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge-e) – Hatem Alimam Jun 18 '14 at 07:09
  • One note I have noticed that your IE version is 11, somehow 11 version has a specific case.. read it in the previous link – Hatem Alimam Jun 18 '14 at 07:14

0 Answers0