lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.17k stars 1.76k forks source link

Don't toggle visibility of select, embed, object #652

Closed lokesh closed 5 years ago

lokesh commented 5 years ago

This was done to fix issues in older versions of IE that had their <select> components peeking through the Lightbox overlay.

Removing this code fixes the reported issue:

520 Toggling visibility of elements on open/close revealing intentionally hidden elements.