jquery-mousewheel icon indicating copy to clipboard operation
jquery-mousewheel copied to clipboard

Fix non-passive event listeners issue and add a updated version number

Open summercms opened this issue 4 years ago • 7 comments

Relates to (my old account) issue found here: https://github.com/jquery/jquery-mousewheel/issues/202

Have tested this and works fine.

summercms avatar Dec 23 '20 16:12 summercms

@mgol another one to review after #127

ghost avatar Sep 27 '21 07:09 ghost

Could it be put behind a compatibility layer for non-IE?

ghost avatar Sep 27 '21 11:09 ghost

Yes, it could, but it'd still be adding lots of bytes just to silence browser warnings without any actual change in behavior. If we were doing that for jQuery as well it'd make sense but I'm not sure about doing it just in this plugin, diverging from the upstream.

mgol avatar Sep 27 '21 11:09 mgol

Okay, so the ideal thing to do is icebox this and have passive event listeners adopted in JQ core?

ghost avatar Sep 27 '21 11:09 ghost

Yes, I think that’s the best option here.-- Michał Gołębiowski-Owczarek

mgol avatar Sep 27 '21 12:09 mgol

@mgol Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022. Therefore this repo shouldn't continue to support ie11 after end of life date reached.

Link: https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/

summercms avatar Apr 20 '22 13:04 summercms

This project will most likely keep following the browser support policy of jQuery and there are no plans to drop IE 11 support there yet.

mgol avatar Apr 20 '22 13:04 mgol