Bug 1633322 Comment 33 Edit History

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

The early-return path in the `AddInputBlockCallback()` case still needs to be perform the `window->ProcessUntransformedAPZEvent()` stuff, as that's what actually dispatches the event to Gecko. With that change to your patch, Google Maps seems to be working fine (and producing `aHandledByRootApzc = false`).
The early-return path in the `AddInputBlockCallback()` case still needs to perform the `window->ProcessUntransformedAPZEvent()` stuff, as that's what actually dispatches the event to Gecko. With that change to your patch, Google Maps seems to be working fine (and producing `aHandledByRootApzc = false`).
The early-return path in the `AddInputBlockCallback()` case still needs to perform the `window->ProcessUntransformedAPZEvent()` stuff, as that's what actually dispatches the event to content. With that change to your patch, Google Maps seems to be working fine (and producing `aHandledByRootApzc = false`).

Back to Bug 1633322 Comment 33