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

Pop up loses focus #1039

Open linuxoid opened 6 years ago

linuxoid commented 6 years ago

For some reason initializing the popup directly $('.form-a').magnificPopup({ works slightly different to $.magnificPopup.open({.

Option focus: '#name' - works with the former initialization. But it loses focus on the element with the latter.

Any ides why? How to make it keep focus?