GithubHelp home page GithubHelp logo

Comments (6)

mkucej avatar mkucej commented on August 16, 2024

This is most likely caused by your IE11 settings like Compatibility View, or Security Settings that block Javascript. You can open IE11 Developer Tools with F12 to see which one is true.

from i-librarian.

tbugfinder avatar tbugfinder commented on August 16, 2024

Enable Apache mod_headers in httpd.conf and add X-UA-Compatible header.
Maybe this could be added as a default setting to the windows package.

httpd.conf
LoadModule headers_module modules/mod_headers.so

ilibrarian.conf (in section <Directory "C:\ILibrarian">)
Header set X-UA-Compatible "IE=EDGE"

from i-librarian.

thuehlinger avatar thuehlinger commented on August 16, 2024

These two changes seem to do the job. Thank you!

from i-librarian.

mkucej avatar mkucej commented on August 16, 2024

While this solution may work, I don't recommend it. First, the X-UA-Compatible header is deprecated by Microsoft. The X-UA-Compatible header serves for incompatible apps to force the Compatibility view in IE. I, Librarian is compatible with >IE 9. Instead, you should change your settings in IE 11 to remove Compatibility View for Intranet websites. It is also possible that your domain name is in a list of web sites forced to be displayed in Compatiblity View. Hope this will help.

from i-librarian.

tbugfinder avatar tbugfinder commented on August 16, 2024

X-UA-Compatible is deprecated with Windows 10 / IE11. If IE9 is used for I, Librarian in compatibility mode, setting the flag resolves the loading issue. Sometimes companies have setup compatibility mode which does not make sense any longer but which have to be dealt with.
Also the X-UA-Compatible flag could be used to downgrade to an earlier IE mode.
IMHO, deprecated does not mean - don't use it.

from i-librarian.

mkucej avatar mkucej commented on August 16, 2024

Sure, if it works for you, use it. IE compatibility view is a mess and I wanted to list here a simpler solution, in case other users read this thread. To summarize, if I, Librarian does not work properly in IE9, 10, 11, or Edge, do the following:

  1. Uncheck Display Intranet sites in Compatibility View in IE settings.
  2. If (1) is not an option, add this meta tag to I, Librarian index.html to force the app out of the Compatibility View:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
  1. To force all apps on your server out of the Compatibility View add this to your Apache conf file:
<IfModule mod_headers.c>
    Header set X-UA-Compatible "IE=EDGE"
</ifModule>

There are other reasons why the above may not work, like IE Enterprise Mode. Please contact Microsoft Support, if you have trouble with I, Librarian rendering correctly.

from i-librarian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.