MITLibraries / oastats-ui

The User Interface for the MIT Libraries Open Access Statistics Project
0 stars 2 forks source link

Map hover in IE11 doesn't clear correctly #110

Closed matt-bernhardt closed 10 years ago

matt-bernhardt commented 10 years ago

The datamaps plugin we are using doesn't reset the hover state correctly when using IE11: 141007 ie11 hover

This is a known bug in datamaps, and was triggered by the release of IE11 - previous versions of IE worked correctly. The datamaps issue is here: https://github.com/markmarkoh/datamaps/issues/19

The datamaps author has identified a workaround by placing a meta tag in the head element to force IE to use IE10's rendering engine, but this is less than ideal. I'm continuing to look for other options.

matt-bernhardt commented 8 years ago

This may now be resolved at the Datamaps level, so it is possible that the workaround here is no longer needed.