You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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?
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)
The text was updated successfully, but these errors were encountered: