Bug 1570559 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I _think_ what's happening here is that the content is handling the pinch rather than APZ, and `preventDefault()`ing some but not all of the touch events. The remaining touch events look to the APZ gesture detector like a long-tap, and trigger a context menu event.
I _think_ what's happening here is that the content is handling the pinch rather than APZ, and `preventDefault()`ing most but not all of the touch events. The remaining touch events look to the APZ gesture detector like a long-tap, and trigger a context menu event.

Back to Bug 1570559 Comment 2