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

Re-enable PointerEvents in Firefox once they fix their implementation #7003

Open
mramato opened this issue Sep 4, 2018 · 3 comments
Open

Comments

@mramato
Copy link
Contributor

mramato commented Sep 4, 2018

In #6999 we disabled PointerEvents in Firefox completely because their implementation seems broken. There is some discussion of this in #6372 (along with reproducible bugs)

Once Firefox improves their implementation, we should re-enable it (and confirm none of the bugs in the linked issue still exists)

@thw0rted
Copy link
Contributor

You might want to follow https://bugzilla.mozilla.org/show_bug.cgi?id=1463354 which I filed, oh wow, half a year ago 😞 , with no updates for 2 months now 😭

@mramato
Copy link
Contributor Author

mramato commented Nov 13, 2018

Thanks for adding the link @thw0rted. That's definitely the issue I keep track of. Glad to see it looks like there's been some progress at least.

@bkuster
Copy link
Contributor

bkuster commented Feb 26, 2021

Hi there! I just stumbled across this, since our application was misbehaving in FF. In short: the ScreenSpaceEventHandler was firing events for a hidden canvas (using stylde.display = 'none'). Something it did not do in any other browser. With some digging I came on to this:

hasPointerEvents =
!isFirefox() &&

Deleting line 177 has solved the problem for me. Is there any reason to keep FF out of the pointer event API anymore? Following @thw0rted s issue with the FF team, the pointer events should be working again as of FF 67?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants