ucdavis / wayfinding

jQuery plugin for interactive svg maps
101 stars 58 forks source link

Internet Explorer Support #34

Open chrissy25 opened 8 years ago

chrissy25 commented 8 years ago

Hi,

in your demo page I had seen, that the IE is also supported, but without animated paths. But I am not able to get it running in IE, do I have to set a special property for IE support?

jraller commented 8 years ago

Which version of IE are you using, and what behavior are you seeing?

On Mon, Nov 16, 2015, 12:31 AM chrissy25 notifications@github.com wrote:

Hi,

in your demo page I had seen, that the IE is also supported, but without animated paths. But I am not able to get it running in IE, do I have to set a special property for IE support?

— Reply to this email directly or view it on GitHub https://github.com/ucdavis/wayfinding/issues/34.

chrissy25 commented 8 years ago

I am using the Internet Explorer 11. I am using the demo, the travel path from one room to the target room will be not displayed. When I do the same in Chrome or Firefox it is working.

image

chrissy25 commented 8 years ago

Maybe I found an hint for the problem. When I test the following demo "http://ucdavis.github.io/wayfinding/" it is working in IE, but when I test it on my own server it is not working. Maybe there is a problem with the libraries e.g. jQuery?

jQuery I am using the version 2.1.4

chrissy25 commented 8 years ago

I tested it with the jQuery version 2.1.1 and it is working with IE :) I think there is a problem with the latest jQuery version.

jraller commented 8 years ago

Thanks. That information will make it much easier to track down the problem.

On Mon, Nov 16, 2015 at 6:42 AM chrissy25 notifications@github.com wrote:

I tested it with the jQuery version 2.1.1 and it is working with IE :) I think there is a problem with the latest jQuery version.

— Reply to this email directly or view it on GitHub https://github.com/ucdavis/wayfinding/issues/34#issuecomment-157052775.

chrissy25 commented 8 years ago

I think I found the problem, please check the call stack here :)

image