wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

cross-browser issues #143

Open cmrRose opened 7 years ago

cmrRose commented 7 years ago

If a change isn't showing up, you may need to refresh the browser cache (Ctrl + F5)

cmrRose commented 7 years ago

Edge isn't able to get part of the async library from the CDN: image

cmrRose commented 7 years ago

Internet Explorer can't handle Promises (Fixed via polyfill)

cmrRose commented 7 years ago

Internet Explorer does not display the next and prev buttons on the home page slider ('jumbotron'). There is a css 'visibility: hidden" rule that applies in a different way to the .unslider-arrow class (compared to in chrome and firefox). Seems to have fixed itself

cmrRose commented 7 years ago

In Safari on iPhone as well as in Internet Explorer, the unslider images seem to not be centered...

cmrRose commented 7 years ago

On the Hand Sample and Map pages, Edge throws this error: image

It may be related to CORS..?