lokesh / lightbox2

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

Escape key not closing lightbox when there is another escape key trigger underneath. #683

Closed panicbus closed 4 years ago

panicbus commented 4 years ago

The escape key does not close the lightbox when there is another escape key trigger underneath.

stopPropagation is not preventing event bubbling from capturing the event only in the Lightbox modal.

lokesh commented 4 years ago

For help getting Lightbox setup, please post your question on Stackoverflow and provide more context about your scenario and paste the relevant code. See more details here: http://lokeshdhakar.com/projects/lightbox2/#help

Github Issues is used for bugs only. Thanks.