dimsemenov / Magnific-Popup

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

Yandex maps in popup #153

Closed rashdeva closed 11 years ago

rashdeva commented 11 years ago

when click on controls that popup closes

http://take.ms/Lk1DZB

dimsemenov commented 11 years ago

Can you please provide isolated example somewhere, e.g. on codepen of jsfiddle.

rashdeva commented 11 years ago

http://codepen.io/rash2x/pen/JrqLB

and try swipe on map, goes another bug

dimsemenov commented 11 years ago

Looks like YMaps removes the title of a button from DOM on a click, which makes popup think that it's outside of it. Try updating JS file https://github.com/dimsemenov/Magnific-Popup/tree/master/dist

rashdeva commented 11 years ago

thank you :+1: