Bug 1633322 Comment 4 Edit History

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

Just tried it on geckoview-example. Based on reports from here https://github.com/mozilla-mobile/fenix/issues/9720 I see the issue reproducing on:
- https://github.com (not logged in)
- https://www.phonearena.com
- https://www.latribune.fr
- https://w3schools.com

On all of these sites the page scroll works fine and scrolls are expected (because of the visuals) to be handled by Gecko and such PZC to return `INPUT_RESULT_HANDLED`.
But in the majority of cases the return is `INPUT_RESULT_HANDLED_CONTENT`.
Strangely, scrolling from the same positions (in page) sometimes may return `INPUT_RESULT_HANDLED` for the entire scroll gesture, but most of the times (even from the same starting position if tried again) the return is `INPUT_RESULT_HANDLED_CONTENT`.
Just tried it on geckoview-example. Based on reports from here https://github.com/mozilla-mobile/fenix/issues/9720 I see the issue reproducing on:
- https://github.com (not logged in)
- https://www.phonearena.com
- https://www.latribune.fr
- https://www.w3schools.com

On all of these sites the page scroll works fine and scrolls are expected (because of the visuals) to be handled by Gecko and such PZC to return `INPUT_RESULT_HANDLED`.
But in the majority of cases the return is `INPUT_RESULT_HANDLED_CONTENT`.
Strangely, scrolling from the same positions (in page) sometimes may return `INPUT_RESULT_HANDLED` for the entire scroll gesture, but most of the times (even from the same starting position if tried again) the return is `INPUT_RESULT_HANDLED_CONTENT`.

Back to Bug 1633322 Comment 4