whitmanarchive / whitman-LG_1855_variorum

Data Repo for in progress variorum
0 stars 0 forks source link

Manuscript viewer does not work at all in IE - check to see if anything can be done #68

Closed karindalziel closed 5 years ago

karindalziel commented 5 years ago

Right now, the manuscript viewer page is blank in IE

https://whitman-dev.unl.edu/published/LG/1855/variorum/manuscript_comparison_viewer.html?base=bd_0010

It appears that the javascript isn't firing at all.

If we can't get this working in IE, we'll need to at least put up some kind of message indicating that.

jduss4 commented 5 years ago

this seems to imply that mirador 2 at some point worked with IE https://github.com/ProjectMirador/mirador/issues/1492

techgique commented 5 years ago

Working in IE9+ now. Use of incompatible modern JS APIs was the culprit. Also had to remove inclusion of modaal's JS and switch the onload approach to the jQuery way.