-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Control compass click event IE 11 throws: Object doesn't support this action #4784
Labels
Comments
anandthakker
added
bug 🐞
cross-platform 📺
Requires coordination with Mapbox GL Native (style specification, rendering tests, etc.)
labels
Jun 6, 2017
5 tasks
1ec5
added
environment-specific 🖥️
and removed
cross-platform 📺
Requires coordination with Mapbox GL Native (style specification, rendering tests, etc.)
labels
Jun 20, 2017
Fixed in #5157. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mapboxgl - v.0.37.0
Internet Explorer - 11.0.38
When you click the compass the following error is thrown only in Internet Explorer:
Object doesn't support this action
File: mapbox-gl.js, Line: 370, Column: 41
If you click on the error it takes me to line 105 in function copyMouseEvent(e)
This can be duplicated using the examples page: Navigation Control
Open IE Debugger Tools (F12) and you will see the error above.
In the example page, the map will go ahead and return to due North, but in applications that use IE 11 embedded the JavaScript error raises an alert window and will not allow the application to continue.
The text was updated successfully, but these errors were encountered: