LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

Internet Explorer 11 #135

Closed TimbroVince closed 2 years ago

TimbroVince commented 2 years ago

Although we don't code our fixes for ie11, some people still use it.

Now some parts of our code is running which is breaking parts of courses in ie11 (eg.: top nav bar is all on the left)

We should add a line of code to make sure the accessibility fixes only run on modern browsers and don't run at all on ie11.

falcochip commented 2 years ago

IE is specific about no errors on script before running browser check.

globalfixes() now only runs when not IE