-
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
IE / Edge: Unable to get property 'x' of undefined or null reference #6800
Comments
Thanks for the report @hyperknot, but I'm afraid unless you have more information about how to trigger it, this is not going to be actionable for us. |
OK, there is one single report from Firefox 60, about the same error. In Firefox, the error message is:
I think the issue is actually quite simple.
I guess the logic needs to be revised about how to handle touch based events + onClick. And also a simple check like
would help to make sure it works. |
Anyone who can try to test this on windows touch devices? |
@hyperknot hey, would you like to submit a PR for this? |
I cannot, as I have Windows devices with a touch screen. If someone has
Window device with a touch screen feel free to look at that.
…On Thu, 14 Mar 2019 at 15:24, Vladimir Agafonkin ***@***.***> wrote:
@hyperknot <https://github.com/hyperknot> hey, would you like to submit a
PR for this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6800 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeKjxPxUqoBJ0M-RgyGGVb3MvLHGgO1ks5vWluugaJpZM4Uk350>
.
|
mapbox-gl-js version: 0.45.0
browser: all kind of Microsoft browsers: IE 11, Edge 16-17, Edge Mobile 14-15
No idea what triggers it, I believe it's as simple as clicking on the canvas when a
is registered.
Traceback:
https://sentry.io/share/issue/b5ae207185f2486ea311e4a63a37c39f/
The text was updated successfully, but these errors were encountered: