Menu

IE11 support

Help
Poil
2013-12-05
2013-12-08
  • Poil

    Poil - 2013-12-05

    Hi,

    IE11 removed VBScript support without adding <meta http-equiv="x-ua-compatible" content="IE=10">;
    I try to add it to my webpage but I can't have JavascriptRRD working
    :

    ReferenceError: IEBinary_getLength is undefined at BinaryFile ...(binaryXHR.js:53:3)

    Any idea or fix ?

    Best regards,

     
  • Igor Sfiligoi

    Igor Sfiligoi - 2013-12-07

    No idea... but it is easy to reproduce.

    Will look into it (but cannot yet promise a date for the fix)

    Igor

     
  • Igor Sfiligoi

    Igor Sfiligoi - 2013-12-08

    Looks like IE11 now works like all other browsers, and returns the result in responseText (and not responseBody).

    An easy fix is to comment out the part that looks for responseBody, and just always use responseText. In FetchBinaryURLAsync and FetchBinaryURL

    Not sure how this will affect older versions of IE, though.
    Have to find a machine which was not updeated to check.
    (works for IE11 and, obviously, for Firefox)

    If you can tell me sooner if the "hack" works in IE10 and possibly IE9, too, I can commit the change and cut a new release.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.