Skip to content
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

PointerEvent issue in FF and Safari #66

Closed
hardylr opened this issue Dec 31, 2019 · 1 comment
Closed

PointerEvent issue in FF and Safari #66

hardylr opened this issue Dec 31, 2019 · 1 comment

Comments

@hardylr
Copy link

hardylr commented Dec 31, 2019

The latest changes done in v0.5.11 to fix the incorrect pointerUp message done in Input.js is causing TypeError issues in FireFox and Safari.

To replicate the issue run the Donuts-Black game (using black v0.5.11) in FireFox or Safari to see the below error message in the console.

black

It seems like the path property of Event objects is non-standard.

See this StackOverlow for more details:
https://stackoverflow.com/questions/39245488/event-path-undefined-with-firefox-and-vue-js

@62316e
Copy link
Contributor

62316e commented Dec 31, 2019

Fixed in #67

@62316e 62316e closed this as completed Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants