MassiveHeights/Black

PointerEvent issue in FF and Safari

hardylr opened this issue · 1 comments

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

Fixed in #67