dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.48k forks source link

jQuery.fn.focus() event shorthand is deprecated #1101

Open MattMadgex opened 5 years ago

MattMadgex commented 5 years ago

I am upgrading my site to jquery 3 using the jquery migration tool. I get the following error;

jQuery.fn.focus() event shorthand is deprecated

There are 2 instances of .focus() in magnific popup that need updating to be .trigger('focus'). It appears there it no immediate rush as it still works but it seems like it should be updated.

pacmanito commented 2 years ago

Three years later it's still there.