• INotes Calendar View Rest - IE Failure

    By Martin Rother 1 decade ago
    Hi,
    
     
    
    i want to use the Calendar View Rest Service from the XPage Extension Demo Datebase (XPagesExt.nsf), i think it is similar to the Calendar View from the Teamroom Template..
    
     
    
    This works fine with every Browser <strong>except the Internet Explorer</strong>. I getting the Error &quot;calendarDataStore:ReferenceError: &quot;XPathEvaluator&quot; is undefinied&quot;</div>
    
    &nbsp;
    
    &nbsp;<img alt="" src="/main.nsf/xsp/.ibmmodres/persistence/DominoDoc-2B886-Body/Unbenannt_1384331801628.png" style="width: 470px; height: 176px;"/></div>
    
    &nbsp;
    
    &nbsp;
    
    Does anyone have a solution ?
    

    I figure out that it works a little bit with the IE compatibility mode

     

    greetings

    martin

    • okay...sound like IE doesnt like XPath

      By Martin Rother 1 decade ago

      Okay i found an advise

      http://stackoverflow.com/questions/12927990/javascript-xpathevaluator-not-supported-in-ie

      But where i found the "xpagesext.CalendarStore" dojo library?

      • Solution !

        By Martin Rother 1 decade ago

        Okay i found the error !

        The IE11 results of Dojo.isIE()==False and Dojo.isMozilla()==Yes ;) 

        Great work mircosoft ;) 

        Thats why the dojo calendar lib want to parse with "xpath". And thats not possible with the IE.

         

        I found my problem here with the IE 11 Debugger