We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code here prevents any other handlers attached to caption links to trigger:
.find('a').on('click', function(event) { if ($(this).attr('target') !== undefined) { window.open($(this).attr('href'), $(this).attr('target')); } else { location.href = $(this).attr('href'); } });
What version of Lightbox2 you are using?
2.10.0
Which browsers and operating systems have you seen the issue on?
FireFox 64.0 on Ubuntu 16.04 (I believe this doesn't matter)
What are the steps to reproduce the bug?
Here's an example:
https://gist.github.com/installero/d5028228d903928f28afad8f6c0f6d60
Do you have link to a live site where the bug is visible? or can you post relevant HTML, CSS, and Javascript?
Demo: https://gracious-hopper-3dfc38.netlify.com/
The text was updated successfully, but these errors were encountered:
Fixed in v2.11.0: https://github.com/lokesh/lightbox2/releases/tag/v2.11.0
Sorry, something went wrong.
No branches or pull requests
This code here prevents any other handlers attached to caption links to trigger:
What version of Lightbox2 you are using?
2.10.0
Which browsers and operating systems have you seen the issue on?
FireFox 64.0 on Ubuntu 16.04 (I believe this doesn't matter)
What are the steps to reproduce the bug?
Here's an example:
https://gist.github.com/installero/d5028228d903928f28afad8f6c0f6d60
Do you have link to a live site where the bug is visible? or can you post relevant HTML, CSS, and Javascript?
Demo: https://gracious-hopper-3dfc38.netlify.com/
The text was updated successfully, but these errors were encountered: