Bug 1842690 Comment 5 Edit History

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

I created a [minimal page using jquery.nicescroll 3.4.0 here](https://theres-waldo.github.io/mozilla-testcases/bug1842690-old.html), and the issue reproduces there.

I then made a [modified version](https://theres-waldo.github.io/mozilla-testcases/bug1842690-new.html) of the page which uses the latest version of jquery.nicescroll, 3.7.6, and the issue no longer occurs there. This version makes the page overflow:hidden in both Firefox and Chrome, but now the event listener is active and calls `preventDefault()`, so the InputResult is HandledByContent.

Given that, I'm leaning towards the resolution that we should reach out to the site author and encourage them to upgrade to a version of jquery.nicescroll that's newer than the 10-year-old version they're currently using which does not work well in Firefox for Android.
I created a [minimal page using jquery.nicescroll 3.4.0](https://theres-waldo.github.io/mozilla-testcases/bug1842690-old.html), and the issue reproduces there.

I then made a [modified version](https://theres-waldo.github.io/mozilla-testcases/bug1842690-new.html) of the page which uses the latest version of jquery.nicescroll, 3.7.6, and the issue no longer occurs there. This version makes the page overflow:hidden in both Firefox and Chrome, but now the event listener is active and calls `preventDefault()`, so the InputResult is HandledByContent.

Given that, I'm leaning towards the resolution that we should reach out to the site author and encourage them to upgrade to a version of jquery.nicescroll that's newer than the 10-year-old version they're currently using which does not work well in Firefox for Android.

Back to Bug 1842690 Comment 5