wiseman / mavelous

multi-platform ground station for drones that speak the MAVLink protocol
MIT License
167 stars 85 forks source link

Does not work in IE10 #39

Open wiseman opened 11 years ago

wiseman commented 11 years ago

I tried http://mavelousdemo.appspot.com/ on a Microsoft Surface running IE10 and noticed it didn't work. Here's what it looks like in IE10 from http://netrenderer.com:

mavelous-ie10

wiseman commented 11 years ago

Using browserstack.com I was able to get console messages:

Enabling analytics. 
SCRIPT87: Invalid argument. 
leaflet-0.5.js, line 6 character 4045
SCRIPT5007: Unable to get property 'extend' of undefined or null reference 
Bing.js, line 1 character 1
SCRIPT5007: Unable to get property 'prototype' of undefined or null reference 
Marker.Rotate.js, line 8 character 1
SCRIPT5007: Unable to get property 'extend' of undefined or null reference 
leafletdroneicon.js, line 44 character 1
SCRIPT5007: Unable to get property 'extend' of undefined or null reference 
leafletview.js, line 3 character 1
HTML1509: Unmatched end tag. 
mavelousdemo.appspot.com, line 145 character 7
SCRIPT445: Object doesn't support this action 
app.js, line 120 character 3
pchickey commented 11 years ago

Leaflet seems to have a handful of open bugs for IE10/Surface at the moment, and a bunch of bugs that have been closed since I imported Leaflet in late November. So, I guess the first thing to try is to grab a newer version.

On Sun, Dec 30, 2012 at 6:48 PM, John Wiseman notifications@github.comwrote:

Using browserstack.com I was able to get console messages:

Enabling analytics. SCRIPT87: Invalid argument. leaflet-0.5.js, line 6 character 4045 SCRIPT5007: Unable to get property 'extend' of undefined or null reference Bing.js, line 1 character 1 SCRIPT5007: Unable to get property 'prototype' of undefined or null reference Marker.Rotate.js, line 8 character 1 SCRIPT5007: Unable to get property 'extend' of undefined or null reference leafletdroneicon.js, line 44 character 1 SCRIPT5007: Unable to get property 'extend' of undefined or null reference leafletview.js, line 3 character 1 HTML1509: Unmatched end tag. mavelousdemo.appspot.com, line 145 character 7 SCRIPT445: Object doesn't support this action app.js, line 120 character 3

— Reply to this email directly or view it on GitHubhttps://github.com/wiseman/mavelous/issues/39#issuecomment-11771770.